Accounts & API Keys
Create API key
Creates a new API key
POST
/
api
/
api_keys
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
The API key itself. Will be generated on creation but not returned in future requests.
If the API key is revoked, clients cannot use it anymore. (This cannot be undone.)
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.