Manage API keys for authenticating with the Instantly API. These endpoints allow you to create new API keys, list existing keys, and delete keys that are no longer needed.Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Related schemas
- API Key — field reference for API key objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v2/api-keys | Create api key |
| GET | /api/v2/api-keys | List api key |
| DELETE | /api/v2/api-keys/{id} | Delete api key |