GET
/
v2
/
webhook
/
events
curl --request GET \
  --url https://api.sandbox.solidfi.com/v2/webhook/events \
  --header 'api-key: <api-key>'
{
  "total": 78,
  "data": [
    "counterparty.status.deactivated",
    "transaction.status.pending",
    "transaction.status.reversed",
    "client_member.status.locked",
    "sub_account_holder.status.deactivated",
    "sub_account_holder.status.locked",
    "sub_account.updated",
    "client.status.pending_activation",
    "client_member.updated",
    "transaction.status.declined",
    "card_holder.status.locked",
    "card.status.debit_blocked",
    "card.status.blocked",
    "client_member.status.activated",
    "master_account.created",
    "sub_account.status.locked",
    "card_holder.updated",
    "card_holder.status.suspended",
    "transaction.status.received",
    "master_account.status.open",
    "master_account.status.debit_blocked",
    "sub_account.created",
    "card_holder.status.pending_activation",
    "client_member.created",
    "master_account_holder.status.locked",
    "client.status.deactivated",
    "card_holder.created",
    "counterparty.status.suspended",
    "client_member.status.pending_activation",
    "master_account_holder.created",
    "master_account.updated",
    "counterparty.updated",
    "transaction.created",
    "sub_account_holder.created",
    "sub_account_holder.status.pending_activation",
    "sub_account.status.blocked",
    "card.status.open",
    "counterparty.status.activated",
    "counterparty.status.locked",
    "card_holder.status.deactivated",
    "transaction.status.cleared",
    "client_member.status.deactivated",
    "master_account.status.locked",
    "sub_account.status.open",
    "card.status.credit_blocked",
    "client.status.locked",
    "master_account_holder.status.suspended",
    "sub_account.status.debit_blocked",
    "counterparty.status.pending_activation",
    "sub_account_holder.updated",
    "counterparty.created",
    "transaction.status.clearing",
    "sub_account.status.credit_blocked",
    "card.created",
    "transaction.status.returned",
    "card_holder.status.activated",
    "client.status.suspended",
    "master_account_holder.status.pending_activation",
    "master_account_holder.status.deactivated",
    "master_account.status.credit_blocked",
    "transaction.status.canceled",
    "client.updated",
    "client.status.activated",
    "master_account.status.blocked",
    "sub_account.status.closed",
    "card.status.closed",
    "card.status.locked",
    "transaction.status.refunded",
    "client_member.status.suspended",
    "master_account_holder.updated",
    "master_account.status.closed",
    "card.updated",
    "transaction.status.settled",
    "transaction.status.in_review",
    "master_account_holder.status.activated",
    "sub_account_holder.status.activated",
    "sub_account_holder.status.suspended",
    "transaction.updated"
  ],
  "has_more": "false",
  "starting_after": "Y2xpXzAxOGY4NjEzMDEyYjdlNTFiOTZjNmVlYWJiNmRiZTky",
  "ending_before": "Y2xpXzAxOGY4NjEzMDEyYjdlNTFiOTZjNmVlYWJiNmRiZTky"
}

Headers

api-key
string
required

API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.

Example:

"{{api_key}}"

Response

200
application/json

List all Webhook Events

The response is of type object.