API Credentials
Create API Credential for Team
Creates a new API credential (token) for the specified team. Requires api:create
scope. The full token is only returned on creation.
POST
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.
Body
application/json
A descriptive name for the API token.
Maximum length:
100
Optional expiration date/time for the token. Must be after tomorrow.
Response
200
application/json
API credential created successfully. Includes the full API key.
The full API key string (format: {tokenId}:{teamId}:{secret}). Returned ONLY on creation.
(Legacy/Unused?) List of abilities granted by the token. Modern permissions use JWT scopes.