Skip to main content
GET
/
router
/
handoff
/
list
/
{instance}
List all active handoffs
curl --request GET \
  --url https://api.zapthinker.com/router/handoff/list/{instance} \
  --header 'apikey: <api-key>'
[
  {
    "remoteJid": "<string>",
    "takenAt": "<string>",
    "pushName": "<string>"
  }
]

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Response

200 - application/json

Lista de handoffs ativos

remoteJid
string
status
enum<string>
Available options:
bot,
human,
waiting
takenAt
string
pushName
string