Reading API Request History
View detailed logs of all API requests to your account
Reading API Request History
Monitor all API requests made to your account with detailed logging.
Where to Find It
Path: Left sidebar → Developer → Request History
Direct URL: /developer/request-history
What You'll See
A table of API requests with filtering options. You can drill into any individual request to see full details.

Request Details
Clicking on a request opens the detail view showing:
- Request method and endpoint
- Timestamps
- Response status
- Request and response data
- Authentication details used
Use Cases
- Debugging — Find why an API call failed
- Auditing — Track who made what changes via the API
- Monitoring — Identify unusual activity patterns