POST
/
get-connected-assistants
{
  "status": "success",
  "message": "Operation completed successfully",
  "assistants": [
    {
      "id": 101,
      "name": "Cati Owner",
      "image": "http://example.com/owner_image.jpg",
      "phone": "+34612345678"
    }
  ]
}

Body

application/json

Response

200
application/json

List of connected assistants.

The response is of type object.