cURL
curl --request GET \ --url https://api.example.com/v1/usage
{ "object": "usage", "billing_period": { "start": "2026-03-01T00:00:00Z", "end": "2026-03-31T23:59:59Z" }, "searches": { "used": 0, "limit": null }, "lookups": { "used": 0, "limit": null }, "rate_limit": { "remaining": 994, "resets_at": "2026-03-25T12:30:00Z" }, "livemode": true, "request_id": "req_abc123" }
Retrieve API usage statistics for the current billing period
"usage"
Show Billing period
Show Search usage
Show Lookup usage
Show Rate limit status
curl "https://api.signa.so/v1/usage" \ -H "Authorization: Bearer sig_live_xxxxxxxxxxxx"
unauthorized
rate_limited