ApiKeyCreateRequest
Request to create an API key
- Type: string
name requiredName of the API key to help identify it
- Type: stringenum
role requiredvaluesA D M I N Full administrative access to all resources
M E M B E R Read-only access to all resources
D E V E L O P E R Access to payment operations, typically assigned to API keys used for payment integrations
- Type: boolean
livemode Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode.
Examples
{
"name": "Production API Key",
"role": "DEVELOPER"
}

