Create a new API key
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