SightRadardocs
API referenceWebhooks

List webhook endpoints

List webhook endpoints for your account. (GET /v1/webhooks)

GET/v1/webhooks
Auth
Bearer API key

Example request

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

Parameters

NameInTypeDescription
statusquery"active" | "inactive"Filter endpoints by lifecycle. Omit for all endpoints.

Response body

FieldTypeDescription
webhooksobject[]

Status codes

StatusMeaning
200Your webhook endpoints.
401Missing or invalid API key.
Last updated

On this page