APIKeyResponseDto
clientIdstringrequired
Client ID of the API Key
Example:
64ab81fc-70dc-4e28-b841-6bc091f1f258namestringnullable
Name of the API Key
Example:
PROD1clientSecretstringrequired
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"
}