API keys
Get API key
Retrieve one API key's metadata.
GET/v1/api_keys/{api_key_id}
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:read 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
- Revoke API key POST /v1/api_keys/{api_key_id}/revoke
BillKit