List Callback Subscriptions

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

GET /callback-subscriptions/

Retrieves all CallbackSubscriptions in the org.

Required Permissions

NameConditions

CallbackSubscriptions:Read

Always Required

Response

Response example

{
  "items": [
    {
     "externalId": "New Callback",
     "eventKind": "PaymentInitiated",
     "url": "https://webhook.site/e36cd6aa-e4f3-4da4-b904-e210048325bb",
     "orgId": "cu-purple-pip-1b417b958500",
     "status": "Enabled",
     "id": "cs-arizona-table-3fd134d2ab",
     "dateCreated": "2022-08-12T16:33:40.354Z"
  },
  ...
  ]
}

Last updated