API keys
Create API key
Issue a new API key.
POST/v1/api_keys
Parameters
| Parameter | Description |
|---|---|
| labelstring | nulloptional | At most 255 characters. |
| scopesarray of string | nulloptional | No description in the spec. |
Returns
Returns an ApiKeyResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the api_keys:write scope. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other api keys operations
- List API keys GET /v1/api_keys
- Get API key GET /v1/api_keys/{api_key_id}
- Revoke API key POST /v1/api_keys/{api_key_id}/revoke
BillKit