GET /v1/analytics/api-metrics — view API usage metrics
Retrieve a paginated log of API requests made with your key, including endpoint, HTTP method, status code, and response time for each call.
The API Metrics endpoint returns a record of every API request made under your merchant account. Each entry captures the endpoint called, the HTTP method, the response status code, and how long the request took. This data is useful for monitoring integration health, identifying slow endpoints, and auditing usage patterns over time.
This endpoint requires the analytics:read permission on your API key.
Use lastEvaluatedKey from each response as the lastEvaluatedKey query parameter in your next request to paginate through all metric records. See the pagination guide for a full walkthrough.