SightRadardocs
API referenceWallet & Usage

Usage report

Per-operation usage aggregation over the last N days (default 30, max 365). (GET /v1/usage)

GET/v1/usage
Auth
Bearer API key
Billing
free (0 credits).

Per-operation usage aggregation over the last N days (default 30, max 365). Free.

Example request

curl -X GET "https://api.sightradar.com/v1/usage" \
  -H "Authorization: Bearer $SR_API_KEY"

Parameters

NameInTypeDescription
daysqueryinteger

Response body

FieldTypeDescription
daysinteger
by_opobject[]
total_callsinteger
total_creditsinteger

Status codes

StatusMeaning
200Usage breakdown.
401Missing or invalid API key.
Last updated

On this page