Skip to main content
GET
/
agents
/
{id}
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>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<email>
required

Agent email identifier

Response

Agent

agent
object
required