ApiKeyCreateResponse

Response to create an API key

  • id
    Type: string
    required

    ID of the API key

  • secret
    Type: string
    required

    The 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"
}