Skip to main content
GET
/
agents
cURL
curl --request GET \
  --url https://api.pingmee.co.il/agents \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "agents": [
    {
      "email": "[email protected]",
      "name": "<string>",
      "type": "<string>",
      "associatedTo": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Agents list

agents
object[]
required