Subscriptions
Update a subscription
Update an existing subscription by its id. Only the fields provided in the request body will be updated.
PATCH
Update an existing subscription. You can change the connection, event type, or toggle the active state.
Set
is_active to false to pause event delivery without deleting the subscription.Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The id of the subscription.
Body
application/json
Request body for updating an existing subscription. All fields are optional.
Response
OK
Updated subscription
A subscription routes a specific event type to a connection for delivery.