{
"id": "8a13c6a4-1a3d-4f49-ad62-9dca8c47e2c6",
"companyId": "11111111-1111-1111-1111-111111111111",
"url": "https://api.example.com/trace-webhooks",
"resources": [
{
"name": "OPERATION",
"events": [
"OPERATION_REQUESTED"
]
}
],
"allowRetry": true,
"createdAt": "2026-04-28T14:32:11Z",
"updatedAt": "2026-04-28T14:32:11Z"
}Update the URL, event types, description, or status of a subscription.
{
"id": "8a13c6a4-1a3d-4f49-ad62-9dca8c47e2c6",
"companyId": "11111111-1111-1111-1111-111111111111",
"url": "https://api.example.com/trace-webhooks",
"resources": [
{
"name": "OPERATION",
"events": [
"OPERATION_REQUESTED"
]
}
],
"allowRetry": true,
"createdAt": "2026-04-28T14:32:11Z",
"updatedAt": "2026-04-28T14:32:11Z"
}Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.
UUID of the subscription.
Request body for updating a subscription. All fields are optional; only provided fields are changed.
"https://api.example.com/trace-webhooks-v2"
When true, the subscription is reconfigured to receive every resource and event type.
Replacement set of resources. Each entry follows the same shape as on create.
1Show child attributes
Updated subscription.
A webhook subscription that delivers events from one or more resources to a customer-controlled URL.
"8a13c6a4-1a3d-4f49-ad62-9dca8c47e2c6"
Company identifier that owns the subscription.
"11111111-1111-1111-1111-111111111111"
"https://api.example.com/trace-webhooks"
Resources and event types this subscription delivers.
Show child attributes
Whether failed deliveries are retried.
true
"2026-04-28T14:32:11Z"
"2026-04-28T14:32:11Z"
Was this page helpful?