List Subscriptions
Read on obtaining list of all subscribed webhooks
GET /v2/subscriptions
curl -X GET {{url}}/v2/subscriptions
-H 'Accept: application/json' \
-H 'X-Client-Id: clientid' \
-H 'X-Client-Secret: clientsecret'
GET /v2/subscriptions?isActive=true
Field
Required
Type
Description
isActive
No
Boolean
If true, only active webhooks are listed. If false or null all registered webhook are listed.
Last updated