ApiKeyCreateResponse
Response to create an API key
- Type: string
id requiredID of the API key
- Type: string
secret requiredThe secret key for API authentication.
Note: This is only included in the response when creating a new API key. For security reasons, the secret is not returned in subsequent API calls.
Examples
{
"id": "21210021c2855007efa2d657018",
"secret": "sk_test_1234567890abcdef"
}

