Accounts & API Keys
Create API key
Creates a new API key
POST
Body
application/json
A free-form name for the API key. Need not be unique. 50 characters max.
Maximum length:
50
Once API key expires, clients cannot use it anymore.
Response
201 - application/json
A free-form name for the API key. Need not be unique. 50 characters max.
Maximum length:
50
If the API key is revoked, clients cannot use it anymore. (This cannot be undone.)
The API key itself. Will be generated on creation but not returned in future requests.
Once API key expires, clients cannot use it anymore.