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
Response
200
application/json
API credential created successfully. Includes the full API key.
The response is of type object
.