Skip to main content

APIKey

Represents an individual API key associated with a tenant.

clientIdstringrequired

The client ID of the API key

Example: 64ab81fc-70dc-4e28-b841-6bc091f1f258
namestringnullable

The name given to the API key

Example: PROD1
createdAtstring<date-time>required

The timestamp of when the API key was created

Example: 2025-01-15T09:30:00
apiEnvironmentAPIEnvironment (string)required

Possible values: [Sandbox, Production]

APIKey
{
"clientId": "64ab81fc-70dc-4e28-b841-6bc091f1f258",
"name": "PROD1",
"createdAt": "2025-01-15T09:30:00",
"apiEnvironment": "Sandbox"
}