curl --request GET \
--url https://api.sandbox.tracefinance.com/api/subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>'{
"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"
}Retrieve a single webhook subscription by ID.
curl --request GET \
--url https://api.sandbox.tracefinance.com/api/subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>'{
"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"
UUID of the subscription.
Subscription details.
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?