Alloy APIOAuthValidate a bearer token.Copy Pagepost https://sandbox.alloy.co/v1/oauth/validateCheck if a given bearer token is valid and unexpired. Note that the bearer token MUST be sent in the JSON body; it CANNOT be sent as an Authorization header.Body Paramsbearer_tokenstringrequired^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$OAuth bearer token in JWT format.Responses 200Successful result when given a valid, non-expired bearer token. 400Bad Request 401Invalid or expired bearer token.Updated 3 months ago Generate a new OAuth bearer token from the given client credentials.Portfolio EvaluationsDid this page help you?YesNo