Create new api key
Authorizations
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
OK
application/json
api_keystringOptionalExample:
dk_live_abc123def456ghi789jkl012mno345created_atstringOptionalExample:
2024-01-01T00:00:00Z500
Internal Server Error
application/json
get/accounts/new-api-key
GET /accounts/new-api-key HTTP/1.1
X-API-KEY: text
Accept: */*
{
"api_key": "dk_live_abc123def456ghi789jkl012mno345",
"created_at": "2024-01-01T00:00:00Z"
}Important Notes
Last updated