OAuth applications
Get an OAuth token
Authorization
A service token must have at least one of the following access in order to use this API endpoint:
Service Token Accesses read_oauth_tokens
get/organizations/{organization}/oauth-applications/{application_id}/tokens/{token_id}
Path parameters
organizationstring required
The name of the organization the OAuth application belongs to
application_idstring required
The ID of the OAuth application
token_idstring required
The ID of the OAuth application token
Response
Returns an OAuth token that was issued on behalf of the OAuth application