Create an API key
Create an API key
Creates a new API key. The secret key is returned only once in this response, so store it securely.
POST
Create an API key
Authorizations
The Client ID of your API key.
The secret value of your API key.
Body
application/json
A descriptive name for the key.
Example:
"Data sync (production)"
Response
The created API key, including the one-time secret.
A newly created API key. The secret key is returned only once.

