curl --request GET \
--url https://api.zapthinker.com/router/handoff/list/{instance} \
--header 'apikey: <api-key>'[
{
"remoteJid": "<string>",
"status": "bot",
"takenAt": "<string>",
"pushName": "<string>"
}
]Lista todos os handoffs ativos (conversas sendo atendidas por humanos) da instância.
curl --request GET \
--url https://api.zapthinker.com/router/handoff/list/{instance} \
--header 'apikey: <api-key>'[
{
"remoteJid": "<string>",
"status": "bot",
"takenAt": "<string>",
"pushName": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt
Use this file to discover all available pages before exploring further.