Assistants

List Assistant Groups

List assistant groups (summary).

GET
/assistants/groups
AuthorizationBearer <token>

API key authentication. Use format: Bearer kejue_...

In: header

Response Body

application/json

curl -X GET "https://api.kejue.co/api/v1/assistants/groups"
[
  {
    "id": "string",
    "name": "string",
    "is_active": true,
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "cost_per_minute": 0,
    "whatsapp_number_id": "string",
    "whatsapp_active": true
  }
]

Last updated on