Skip to main content

Update Key Webhook

...

PostUpdate Key Webhook

https://base_url/api/v1/setting/update-webhook

Code

https://base_url/api/v1/setting/update-webhook
AUTHORIZATION Bearer Token

This folder is using Bearer Token from collection Source Bank - radix.

Body raw (json)
{
"webhook": "http://google.com"
}

Code

{
"webhook": "http://google.com"
}

Example Request

Update Key Webhook

Code

Example Response

200 OK

Code