API keys
Revoke API key
Revoke an API key so it stops working.
POST/v1/api_keys/{api_key_id}/revoke
Parameters
| Parameter | Description |
|---|---|
| api_key_idstring · pathrequired | 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. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other api keys operations
- List API keys GET /v1/api_keys
- Create API key POST /v1/api_keys
- Get API key GET /v1/api_keys/{api_key_id}
BillKit