Automation · Webhooks
Update an endpoint’s URL, filters, or status
key requiredpatch
Set status to PAUSED to stop delivery without losing the endpoint, or ACTIVE to resume — which also clears the failure streak.
Path parameters
idrequiredstring
Request body
urlstringdescriptionstringstatus"ACTIVE" | "PAUSED"- Set PAUSED to stop delivery without losing the endpoint. An endpoint we auto-disabled can be reactivated by setting ACTIVE.
bankCodesstring[]currencyCodesstring[]
Responses
- 200
- Update an endpoint’s URL, filters, or status
- 400
- Invalid request —
VALIDATION_ERROR. - 401
- Missing, invalid, revoked or expired credential.
- 403
- Authenticated but not entitled — the plan does not include this endpoint or feature.
- 404
- No such resource, or it is not active —
NOT_FOUND. The message names what was looked up. - 429
- Rate limit or monthly quota exceeded —
RATE_LIMIT_EXCEEDEDorQUOTA_EXCEEDED. HonourRetry-After. - 500
- Unexpected server error.
Example response
Not runnable from the browser. The API accepts cross-origin GET only, so a PATCH has to come from your own server. Copy a sample above and run it there.