List Callback Events

Warning: This API has been deprecated. Please use Webhooks. Contact your sales representative if you require additional blockchain support.

GET /callback-events/

Retrieves all CallbackEvents in the org. A callback event is a record of a specific callback that was triggered.

Required Permissions

NameConditions

CallbackEvents:Read

Always Required

Response

Response example

The documentSnapshot contains an escaped JSON object of callback event data.

{
  "items": [
      {
           "dateCreated": "2022-07-06T12:53:28.176Z",
           "kind": "PaymentInitiated",
           "documentSnapshot": "{\"receiverAddress\":\"5GZVcXPsJhJtJyQf3qVLw4kYi9KUV2SjNQS6PhyhjgV7\",\"note\":\"TEST-amount-5-1657112007850\",\"amount\":\"0.0011\",\"assetSymbol\":\"SOL\",\"dateCreated\":\"2022-07-06T12:53:27.891Z\",\"receiver\":{\"kind\":\"BlockchainWalletAddress\",\"address\":\"5GZVcXPsJhJtJyQf3qVLw4kYi9KUV2SjNQS6PhyhjgV7\"},\"initiator\":{\"kind\":\"Employee\",\"orgId\":\"cu-purple-pip-1b417b958500\",\"employeeId\":\"ce-early-violet-703a68145bca\"},\"assetAccountId\":\"aa-muppet-crazy-b2fa6ab7a8\",\"id\":\"pa-saturn-lion-bfc5b80210\",\"orgId\":\"cu-purple-pip-1b417b958500\",\"status\":\"Initiated\"}",
           "externalId": "123",
           "id": "ce-tennis-london-1333ca3647",
           "orgId": "cu-purple-pip-1b417b958500",
           "callbackSubscriptionId": "cs-apart-sierra-e7b287d46a",
           "status": "Sent"
       },
  ...
  ]
}

Last updated