APIKey
Represents an individual API key associated with a tenant.
clientIdstringrequired
The client ID of the API key
Example:
64ab81fc-70dc-4e28-b841-6bc091f1f258namestringnullable
The name given to the API key
Example:
PROD1createdAtstring<date-time>required
The timestamp of when the API key was created
Example:
2025-01-15T09:30:00apiEnvironmentAPIEnvironment (string)required
Possible values: [Sandbox, Production]
APIKey
{
"clientId": "64ab81fc-70dc-4e28-b841-6bc091f1f258",
"name": "PROD1",
"createdAt": "2025-01-15T09:30:00",
"apiEnvironment": "Sandbox"
}