Agents
Get Agents
get/api/v1/agents
Response
Agents retrieved successfully
Example response
{
"status": "success",
"data": [
{
"status": "success",
"data": [
{
"id": 76,
"type": "agent",
"first_name": "John",
"last_name": "Doe",
"email": "example@example.com",
"enabled": true,
"created_at": "2025-08-30T15:44:51.110888Z",
"updated_at": "2025-09-14T18:23:36.149041Z"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.