Skip to main content
GET
/
users
/
agents
Get users agents
curl --request GET \
  --url https://api.zapthinker.com/users/agents \
  --header 'apikey: <api-key>'
{
  "agents": [
    {
      "id": "cmncj531q000ipf01avoml8yh",
      "name": "Joao Pedro",
      "email": "joao@example.com",
      "phoneNumber": "",
      "isActive": true,
      "allowAllInstances": false,
      "allowWebchat": true,
      "userPermissions": [
        {
          "instanceId": "54645da3-f691-405f-9131-454095230de2",
          "permissionLevel": "WEBCHAT | FULL",
          "instance": {
            "name": "name of the instance"
          }
        }
      ],
      "createdAt": "2026-03-29T23:58:50.619Z"
    }
  ]
}

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.

Authorizations

apikey
string
header
required

Your authorization key header

Response

200 - application/json

OK

agents
object[]