Create API Key
API Keys
Create API Key
Create a new API key
POST
Create API Key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
API key created successfully
API key created successfully
Example:
{
"id": "key_123",
"name": "My API Key",
"prefix": "pk_live_"
}