API Docs / Operations / API Keys / Create a new API key

Create a new API key

POST /account/keys

Creates a new API key for the currently authenticated user. Not available to API key callers.

Request Body*

{
  "name": "string",
  "tenantCode": "string",
  "systemRoleType": "Admin",
  "roleCode": "string"
}

Responses

201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden