Update a Webhook Settings
curl --request PATCH \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"enabled": true
}
'{
"id": "<string>",
"url": "<string>",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Webhooks
Update a Webhook Settings
Update a Webhook Settings using the data provided in the request body.
PATCH
/
v1
/
notifications
/
webhooks
/
settings
/
{id}
Update a Webhook Settings
curl --request PATCH \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"enabled": true
}
'{
"id": "<string>",
"url": "<string>",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Was this page helpful?
⌘I