curl --request PUT \
--url https://api.closebot.com/notifications/forwarding \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"enabled": true,
"channelsEnabled": [
"<string>"
],
"webhookEndpoint": "<string>"
}
'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}curl --request PUT \
--url https://api.closebot.com/notifications/forwarding \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"enabled": true,
"channelsEnabled": [
"<string>"
],
"webhookEndpoint": "<string>"
}
'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}CloseBot API Key Authorization
The notification forwarding settings.
Success