APIKey
clientIdstringrequired
The client ID of the API key
namestringnullable
The name given to the API key
createdAtstring<date-time>required
The timestamp of when the API key was created
apiEnvironmentAPIEnvironment (string)required
Possible values: [Sandbox, Production]
APIKey
{
"clientId": "string",
"name": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"apiEnvironment": "Sandbox"
}