latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Subscriptions & Webhooks
Update subscription
patch/subscriptions/{id}
Path parameters
idinteger required
ID of the subscription
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Headers
x-organization-idinteger
Required if using a multi organizations token
Request body
Example request
{
"type": "API_TOKEN_CREATED",
"url": "https://example.com"
}Response
Successfully edited subscription
Example response
{
"subscription": {
"id": 963,
"type": "API_TOKEN_CREATED",
"url": "https://example.com"
}
}