Create API key
Account
Create API key
POST /v1/keys
POST
Create API key
Creates a new API key for your account. Returns both
See Authentication for details.
key_id and key_secret — save the secret immediately, it cannot be retrieved later.
This endpoint is the only one that doesn’t require authentication, because you might be calling it during signup. In practice most developers create keys via the dashboard.
Request
Body parameters
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | No | Account holder name |
email | string | No | Account email for billing / alerts |
Response
201 Created: