Skip to main content
POST
/
get-connected-assistants
Error
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"
    }
  ]
}

Body

application/json
token
string

JWT Access Token for authentication.

Example:

"eyJ..."

Response

List of connected assistants.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

assistants
object[]