GET
/
wp-json
/
latepoint-api
/
v1
/
agents
/
{id}
id
string
required
The unique identifier of the agent

Example Request

GET /wp-json/latepoint-api/v1/agents/2
X-API-Key: lp_n1k6BVf3h7JRyjXkWMSoXi0BBZYRaOLL4QohDPQJ

Response

{
  "success": true,
  "data": {
    "id": "2",
    "first_name": "Joselo",
    "last_name": "Jose",
    "display_name": "",
    "email": "dadadd",
    "phone": "",
    "bio": "",
    "features": "[{\"value\":\"\",\"label\":\"\"},{\"value\":\"\",\"label\":\"\"}]",
    "status": "active",
    "created_at": "2025-01-20 10:30:00",
    "updated_at": "2025-01-20 10:30:00"
  }
}