Manage your API key via an API
Enterprise Feature
Programmatically manage your organization’s API keys using the Requesty API Key Management API. Create, monitor, configure, and delete API keys with code, just like you would from the Requesty console.
The API Key Management feature allows enterprise customers to automate their API key lifecycle management through a RESTful API. Instead of manually managing keys through the web console, you can integrate key management directly into your workflows and systems.
With this feature, you can:
Tip: Use descriptive names for your API keys and standardize your naming convention to make management easier across teams.
To use the API Key Management endpoints, you need:
Method | Endpoint | Required Permission | Description |
---|---|---|---|
GET | /v1/manage/apikey | READ | List all API keys |
POST | /v1/manage/apikey | WRITE | Create new API key |
GET | /v1/manage/apikey/{id} | READ | Get API key usage |
DELETE | /v1/manage/apikey/{id} | WRITE | Delete API key |
POST | /v1/manage/apikey/{id}/limit | WRITE | Update monthly limit |