A valid request URL is required to generate request examples
{ "status": "success", "message": "Operation completed successfully", "assistants": [ { "id": 101, "name": "Cati Owner", "image": "http://example.com/owner_image.jpg", "phone": "+34612345678" } ] }
Retrieves a list of all assistants connected to the authenticated mobile app user. The user’s token is passed in the body.
JWT Access Token for authentication.
"eyJ..."
List of connected assistants.
"success"
"Operation completed successfully"
Show child attributes