Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
OK
The API key's details.
The API key's details.
Create a secret or publishable API key. A secret API key is used for admin authentication.
A publishable API key is used by client applications to set the scope of the request.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The API key's details.
The API key's details.