Subscriptions
Renew Subscription
Renews the existing subscription (this request comes with empty body).
Please note that WebSocket subscriptions are renewed automatically while websocket session is alive.
post/restapi/v1.0/subscription/{subscriptionId}/renew
Path parameters
subscriptionIdstring required
Internal identifier of a subscription
Response
Subscription renewed successfully
Example response
{
"id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}