curl --request GET \
--url https://alto.dialme.at/api/altov2/public/assistants/find-id \
--header 'Authorization: Bearer <token>'{
"message": "success",
"result": {
"_id": "as_***",
"template_id": "tp_***",
"title": "<string>",
"conversational_states": {},
"language": "<string>",
"voice": "<string>",
"end_screen": "<string>",
"pre_questions": [
"<unknown>"
],
"webhook": "<string>",
"structured_data": [
"<unknown>"
],
"slug": "<string>",
"phone_number": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://alto.dialme.at/api/altov2/public/assistants/find-id \
--header 'Authorization: Bearer <token>'{
"message": "success",
"result": {
"_id": "as_***",
"template_id": "tp_***",
"title": "<string>",
"conversational_states": {},
"language": "<string>",
"voice": "<string>",
"end_screen": "<string>",
"pre_questions": [
"<unknown>"
],
"webhook": "<string>",
"structured_data": [
"<unknown>"
],
"slug": "<string>",
"phone_number": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}