API Credentials
Get API Credential Details
Retrieves details for a specific API credential. Requires api:view
scope. Does not return the secret token value.
GET
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the Team.
UUID of the API Token/Credential.
Response
200
application/json
API credential details.
(Legacy/Unused?) List of abilities granted by the token. Modern permissions use JWT scopes.