Reference Guide
Quick Reference
API Products
Operation | HTTP Request |
---|---|
Get All Products | GET /api-products |
Clients
Operation | HTTP Request |
---|---|
Get All Applications | GET /clients |
Get an Application | GET /clients/{id} |
Prepare Client Secret Rotation | POST /clients/{id}/secret:prepare |
Commit Client Secret Rotation | POST /clients/{id}/secret:commit |
Cancel Client Secret Rotation | POST /clients/{id}/secret:cancel |
Get App’s Daily Total Usage | GET /clients/{id}/usage/daily-totals |
Collaborators
Operation | HTTP Request |
---|---|
Get All Collaborators | GET /clients/{id}/collaborators |