GET
/
v2
/
webhook
/
events

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.

Response

200 - application/json
total
number

total number of records

data
enum<string>[]
Available options:
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
enum<string>

if there are more records to iterate or not

Available options:
true,
false
starting_after
string

A cursor for use in pagination. starting_after is an ID that defines your place in the list. For instance, if you make a list request and receive 50 records, ending with Y2xpXzAxOGY4NjEzMDEyYjdlNTFiOTZjNmVlYWJiNmRiZTky, your subsequent call can include starting_after=Y2xpXzAxOGY4NjEzMDEyYjdlNTFiOTZjNmVlYWJiNmRiZTky in order to fetch the next page of the list.

ending_before
string

A cursor for use in pagination. ending_before is an ID that defines your place in the list. For instance, if you make a list request and receive 50 records, starting with Y2xpXzAxOGY4NjEzMDEyYjdlNTFiOTZjNmVlYWJiNmRiZTky, your subsequent call can include ending_before= Y2xpXzAxOGY4NjEzMDEyYjdlNTFiOTZjNmVlYWJiNmRiZTky in order to fetch the previous page of the list.