cURL
curl --request GET \ --url https://api.pingmee.co.il/agents/{id} \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>'
{ "agent": { "email": "[email protected]", "name": "<string>", "type": "<string>", "associatedTo": "<string>" } }
Returns a single agent by ID (email).
Agent email identifier
Agent
Show child attributes