Authentication
Validate OAuth Token
Validates the Authorization: Bearer XXXX OAuth 2.0 token header and returns a successful response with client_id and user_id or fails if it's invalid.
get/oauth/authorization
Response
Successful
Example response
{
"client_id": "12345667-890a-bcde-f123-34567890abcd"
}