Skip to main content
PUT
/
banking
/
v1
/
webhook
/
{id}
Update Wehbook (Put)
curl --request PUT \
  --url https://api.example.com/banking/v1/webhook/{id}/ \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "active": true,
  "url": "<string>",
  "suspended": true
}
'
{
  "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.

Body

active
boolean
url
string<uri> | null
Maximum string length: 200
suspended
boolean | null

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