Skip to main content
Use these endpoints to debug integrations and track account usage.

Usage summary

GET /api/v1/usage
Authorization: Bearer <api_key>
Returns active tokens, total tokens, messages this month, failed messages this month, API requests this month, and configured webhooks.

Request logs

GET /api/v1/request-logs
Authorization: Bearer <api_key>
Returns recent API calls for the authenticated account with method, path, status, latency, request id, and timestamp.

Token timeline

GET /api/v1/sessions/{sessionId}/timeline
Authorization: Bearer <api_key>
Returns stored token events such as pairing, connection changes, inbound messages, send results, receipts, and stream failures.