List Callback Subscriptions

GET {{baseUrl}}/reports/v1/subscriptions

Retrieve the list of EventType(s) that you are currently subscribed (listening) to/for.

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Acceptstring

RESPONSES

status: OK

{"data":[{"subscriptionId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","url":"https://www.your-domain.com/webhook","filter":"state == 'CA'","eventTypes":["activityindicator.error","activityindicator.received"]},{"subscriptionId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","url":"https://www.your-domain.com/webhook","filter":"state == 'CA'","eventTypes":["activityindicator.error","transactionalmvr.received"]}]}