curl --location --request GET 'https://api.synup.com/api/v4/locations/TG9jYXRpb246MTA2MDY4Mw==/voice-assistants' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json'
{
"data": {
"voiceAssistantsForLocation": [
{
"databaseId": "72246903",
"actionRequired": false,
"connectedAccountId": "2311f31a-ad73-4e2c-a063-6ae4a9d4c705",
"errors": [],
"voiceIdentifier": "GOOGLE_ASSISTANT",
"name": "Google Assistant",
"syncStatus": "IN_PROGRESS",
"syncIssue": null,
"__typename": "VoiceAssistant"
},
{
"databaseId": "72246683",
"actionRequired": false,
"connectedAccountId": null,
"errors": [],
"voiceIdentifier": "CORTANA",
"name": "Cortana",
"syncStatus": "IN_PROGRESS",
"syncIssue": null,
"__typename": "VoiceAssistant"
}
]
}
}