Skip to main content
Use the usage endpoint to monitor message volume and subscription limits for the current tenant. Requires usage.read scope.

Read Usage

curl "https://{tenant}.sinjapp.org/api/v1/usage" \
  -H "X-Api-Key: {tenant_api_key}" \
  -H "Accept: application/json"

When To Use It

  • Show remaining limits inside an integration dashboard.
  • Alert your operations team before a tenant reaches a daily or plan limit.
  • Compare message volume by sender number when your response includes sender-level counters.