Skip to main content
GET
/
references
/
ResourceName
/
all
List supported resources and event types
curl --request GET \
  --url https://api.sandbox.tracefinance.com/references/ResourceName/all
[
  {
    "resourceName": "OPERATION",
    "eventTypes": [
      "OPERATION_REQUESTED"
    ]
  }
]

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.

Headers

X-Trace-Version
string

API version. Omit to use the default version.

Example:

"1"

Response

200 - application/json

Resource catalog.

resourceName
enum<string>
required

The resource group an event belongs to.

Available options:
ACCOUNT,
BENEFICIARY,
OPERATION
Example:

"OPERATION"

eventTypes
enum<string>[]
required

The specific event type within a resource, sent as the X-Event-Type header on each delivery.

Available options:
ASSET_ACTIVATED,
BENEFICIARY_PAYMENT_INSTRUCTION_CREATED,
BENEFICIARY_PAYMENT_INSTRUCTION_APPROVED,
BENEFICIARY_PAYMENT_INSTRUCTION_REJECTED,
OPERATION_REQUESTED,
OPERATION_COMPLETED,
OPERATION_FAILED