{
"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"
}Register a webhook subscription for a resource.
{
"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.
Request body for creating a new webhook subscription.
HTTPS URL where Trace will POST event payloads. Must be reachable from the public internet.
"https://api.example.com/trace-webhooks"
When true, the subscription is created for every resource and event type, and the resources field is ignored. Defaults to false.
Resources the subscription should listen to. Required when includeAll is false. Each resource name must be unique.
1Show child attributes
Whether failed deliveries should be retried. Defaults to false.
Subscription created.
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?