Subscriptions
Get Subscription
Returns the existing subscription by ID.
get/restapi/v1.0/subscription/{subscriptionId}
Path parameters
subscriptionIdstring required
Internal identifier of a subscription
Response
Successful response
Example response
{
"id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}