Add or remove agent bot
POST
/api/v1/accounts/{account_id}/inboxes/{id}/set_agent_bot
Inboxes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//inboxes//set_agent_bot' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"agent_bot": 0
}'
Response Response Example
204 - Example 1
{}
Request
Path Params
account_id
integerÂ
required
id
numberÂ
required
Body Params application/json; charset=utf-8