Update callback URL within subscription
subscriptions to transactions
Update callback URL within subscription
This endpoint updates the callback URL for a specific subscription.
NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. There is a non-zero probability that IDs may change in the future, and this should not result in any breaking changes.
PATCH
Update callback URL within subscription
Authorizations
Path Parameters
ID of the subscription
Example:
"77e77447-1586-40e8-a75b-467ef939a0b1"
Body
application/json
The new callback URL to be used for the subscription.
Example:
"https://webhook.site/new-callback-url"
Response
Successfully updated callback URL