Skip to main content
POST
Create new API key

Authorizations

x-api-key
string
header
required

Body

application/json
shared
boolean

If true, the new API key will shared your credit line. If false, the new API key will have its own credit.

currency
enum<string>
default:CZK

Currency for the API key. If the new API key is shared, the currency must be the same as the parent API key(!)

Available options:
EUR,
CZK

Response

200 - application/json

New API key

success
boolean

Success status.

Example:

true

apikey
string

New API key.

Example:

"1234567890"