Skip to main content
GET
/
banking
/
v1
/
webhook
/
{id}
Retrieve Wehbook
curl --request GET \
  --url https://api.example.com/banking/v1/webhook/{id}/ \
  --header 'api-key: <api-key>'
{
  "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<date-time>
required
updated_at
string<date-time>
required
active
boolean
url
string<uri> | null
Maximum string length: 200
suspended
boolean | null