See the API's various operations for details on their request parameters and response data.
Operation | Method | Endpoint |
---|---|---|
Throttling counters | ||
Create a throttling counter | POST | /counters |
List throttling counters | GET | /counters |
Get a throttling counter | GET | /counters/{counterId} |
Edit a throttling counter | PUT | /counters/{counterId} |
Delete a throttling counter | DELETE | /counters/{counterId} |
List counter endpoints | GET | /counters/{counterId}/endpoints |
List counter keys | GET | /counters/{counterId}/keys |
Tags | ||
List tags | GET | /tags |
Reports | ||
Generate a report | POST | /reports/{reportName}/versions/{reportVersion}/report-data |
Collections | ||
Create a key collection | POST | /collections |
List key collections | GET | /collections |
Get a key collection | GET | /collections/{collectionId} |
Edit a key collection | PUT | /collections/{collectionId} |
Delete a key collection | DELETE | /collections/{collectionId} |
Edit an ACL | PUT | /collections/{collectionId}/acl |
List collection endpoints | GET | /collections/{collectionId}/endpoints |
Edit quota settings | PUT | /collections/{collectionId}/quota |
Keys | ||
Create keys | POST | /keys |
List keys | GET | /keys |
Generate keys | POST | /keys/generate |
Import keys | POST | /keys/import |
Move keys | POST | /keys/move |
Restore revoked keys | POST | /keys/restore |
Revoke keys | POST | /keys/revoke |
Get a key | GET | /keys/{keyId} |
Edit a key | PUT | /keys/{keyId} |
Reset key quota | POST | /keys/quota-reset |