Subscriptions
List Subscriptions
Returns a list of subscriptions created by the user for the current authorized client application.
get/restapi/v1.0/subscription
Response
Successful response
Example response
{
"records": [
{
"id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}
]
}