Validate Access Token
GET/api/v2/access_token/validate
Validates the provided Access Token to ensure its authenticity and validity.
Request
Responses
- 200
- 400
- 401
- 403
Status Ok: The request was successful.
Status Bad Request: The request was invalid or cannot be served.
Status Unauthorized: The request requires User authentication.
Status Forbidden: The client does not have permission to access the resource.