Authorizations
Path Parameters
The name of the organization the OAuth application belongs to
The ID of the OAuth application
Body
The OAuth application's client ID
The OAuth application's client secret
Whether an OAuth grant code or a refresh token is being exchanged for an OAuth token
authorization_code
, refresh_token
The OAuth grant code provided to your OAuth application's redirect URI. Required when grant_type is authorization_code
The OAuth application's redirect URI. Required when grant_type is authorization_code
The refresh token from the original OAuth token grant. Required when grant_type is refresh_token
Response
Returns the created OAuth token
The ID of the service token
The name of the service token
The display name of the service token
The plain text token. Available only after create.
The plain text refresh token. Available only after create.
The image source for the avatar of the service token
When the service token was created
When the service token was last updated
When the service token will expire
When the service token was last used
The ID of the actor on whose behalf the service token was created
The name of the actor on whose behalf the service token was created
The type of the actor on whose behalf the service token was created