GET
/
v1
/
webhook
/
{webhookId}
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/webhook/{webhookId}/ \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "createdAt": "2023-11-20T06:55:07Z",
  "description": "Webhook Paused",
  "events": [
    "account.credit",
    "account.debit",
    "ach.originated.credit",
    "ach.originated.debit",
    "ach.received.credit",
    "ach.received.debit",
    "ach.reversal.credit",
    "ach.reversal.debit",
    "business.kyb.approved",
    "business.kyb.declined",
    "business.kyb.review",
    "card.declined",
    "card.refund",
    "card.reversal",
    "card.spend",
    "card.spend.update",
    "check.originated.credit",
    "check.originated.debit",
    "check.reversal.credit",
    "check.reversal.debit",
    "intrabank.originated.credit",
    "intrabank.originated.debit",
    "intrabank.received.credit",
    "intrabank.received.debit",
    "person.kyc.approved",
    "person.kyc.declined",
    "person.kyc.review",
    "solidcard.originated.debit",
    "solidcard.reversal.credit",
    "wire.originated.debit",
    "wire.received.credit",
    "wire.reversal.credit",
    "wire.reversal.debit"
  ],
  "id": "wbh-218353b5-f068-4399-873b-27e9a87c171b",
  "modifiedAt": "2023-11-20T06:55:16Z",
  "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
  "status": "paused",
  "url": "https://bc5cc9365df4e38d7bda89b7e8c8f568.m.pipedream.net"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{personId}}"

Path Parameters

webhookId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Retrieve a Webhook

The response is of type object.