OAuth

OAuth 2.0 token endpoint for authentication.

Validate Access Token

get

Verify the status of a token

Response Codes:

  • 200 OK: Token is valid.

  • 401 Unauthorized: Token is invalid or expired.

If the token has expired, you need to regenerate the bearer token again.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Responses
chevron-right
200

Token is valid.

No content

get
/v1/oauth-clients/validate-access-token

No content

Last updated