GET
/
user
/
listAssistant
curl --request GET \
  --url https://api.precallai.com/api/v1/user/listAssistant \
  --header 'x-api-key: <api-key>'
[
  {
    "type": "<string>",
    "name": "<string>",
    "company_name": "<string>",
    "gender": "<string>",
    "accent": "<string>",
    "actions": [
      "<any>"
    ],
    "goal": "<string>",
    "start_speech": "<string>",
    "voice_id": "<string>",
    "voice_name": "<string>",
    "voice_note": "<string>",
    "zapier_hook": "<string>",
    "script": "<string>",
    "knowledge_base_Id": "<string>",
    "maximum_time_per_call": 123,
    "is_recording": true,
    "is_voice_note": true
  }
]

Authorizations

x-api-key
string
header
required

Response

200
application/json

Assistant response

The response is of type object[].