ApiKeyCreateRequest
Request to create an API key
- nameType: stringrequired
Name of the API key to help identify it
- roleType: stringenumrequiredvalues
- A
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
- livemodeType: boolean
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"
}

