Skip to main content
PATCH
Update callback URL within subscription

Authorizations

Authorization
string
header
required

To test endpoints here, paste your API key from the dashboard into the username field and leave the password empty.

Path Parameters

subscription_id
string
required

ID of the subscription

Example:

"77e77447-1586-40e8-a75b-467ef939a0b1"

Body

application/json
callback_url
string

The new callback URL to be used for the subscription.

Example:

"https://webhook.site/new-callback-url"

Response

Successfully updated callback URL