Authorization: Bearer ********************
curl --location -g --request GET 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/autoattendants'
[
{
"attendant-name": "Main AA Example",
"user": "3008",
"starting-prompt": "Prompt_100",
"read-path": "/ns-api/v2/domains/apidog.ApiReseller/attendants/3008/Prompt_100"
},
{
"attendant-name": "Main AA Example",
"user": "3009",
"starting-prompt": "Prompt_100",
"read-path": "/ns-api/v2/domains/apidog.ApiReseller/attendants/3009/Prompt_100"
},
{
"attendant-name": "from portal test",
"user": "3100",
"starting-prompt": "Prompt_310001",
"read-path": "/ns-api/v2/domains/apidog.ApiReseller/attendants/3100/Prompt_310001"
}
]