Key Features
API Key Management
Create, rotate, and manage API keys
Webhooks
Configure and test webhook endpoints
Usage Analytics
Monitor API usage and costs
Audit Logs
Track all API activity
Base URL
Authentication
All requests require a Bearer token:Quick Start
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /devex/api-keys | List API keys |
| POST | /devex/api-keys | Create API key |
| DELETE | /devex/api-keys/{id} | Revoke API key |
| GET | /devex/webhooks | List webhooks |
| POST | /devex/webhooks | Create webhook |
| POST | /devex/webhooks/{id}/test | Test webhook |
| GET | /devex/usage | Get usage stats |