Update a webhook subscription.
Subscriptions
Update Subscription
Update a webhook subscription with specific ID.
PATCH
Update a webhook subscription.
Documentation Index
Fetch the complete documentation index at: https://docs.fortepayments.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access_token returned by the /auth/v1/oauth2/tokens API call.
Path Parameters
ID of the webhook subscription.
Required string length:
36Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Body
application/json
Subscription attributes.
Update a webhook subscription.
New description for the webhook subscription.
Maximum string length:
200Example:
"My webhooks"
New endpoint for the webhook subscription.
Maximum string length:
2500Example:
"https://example.org/webhooks"
New version for the webhook subscription.
Maximum string length:
20Pattern:
^[a-zA-Z0-9]*$Example:
"1"
Response
Update subscriptions response.
Update webhook subscription response.