APIKeyCommonDto
clientIdstring
Client ID of the API Key
Example:
64ab81fc-70dc-4e28-b841-6bc091f1f258
namestringnullable
Name of the API Key
Example:
PROD1
APIKeyCommonDto
{
"clientId": "64ab81fc-70dc-4e28-b841-6bc091f1f258",
"name": "PROD1"
}