Create new api key
Create new API key
Authorizations
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
OK
application/json
500
Internal Server Error
application/json
get
/accounts/new-api-keyGET /accounts/new-api-key HTTP/1.1
Host:
X-API-KEY: text
Accept: */*
{
"api_key": "text",
"created_at": "text"
}Last updated