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>" } ] }
Returns all agents associated with the authenticated account.
Agents list
Show child attributes