Skip to content

Create log redirect

POST
/bridge/v2/logs-redirects

Authorizations

apiKey
Type: API Key (header: x-api-key)

Request Body

JSON
{
"domain": "string",
"chatId": "string",
"disableVisitLogs": true
}

Responses

Creates and returns a new log redirect
JSON
{
"domain": "string",
"chatId": "string",
"disableVisitLogs": true
}