GET
/
banking
/
v1
/
webhook
/
{id}
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "active": true,
  "url": "<string>",
  "suspended": true
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this webhook.

Response

200 - application/json
id
string
required
created_at
string
required
updated_at
string
required
active
boolean
url
string | null
Maximum length: 200
suspended
boolean | null