Skip to main content

APIKeyResponseDto

Response containing the details of an API key, including the client secret.

clientIdstringrequired

Client ID of the API Key

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

Name of the API Key

Example: PROD1
clientSecretstringrequired

Client secret. Make sure to keep this secure. The secret will only be shown once.

apiEnvironmentAPIEnvironment (string)required

Possible values: [Sandbox, Production]

APIKeyResponseDto
{
"clientId": "64ab81fc-70dc-4e28-b841-6bc091f1f258",
"name": "PROD1",
"clientSecret": "string",
"apiEnvironment": "Sandbox"
}