cURL
curl --request POST \ --url https://api.us.poly.ai/v1/agents/{agentId}/telephony/connectors/batch \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "connectorIds": [ "<string>" ] } '
{ "found": [ { "connectorId": "<string>", "name": "<string>", "accountId": "<string>", "projectId": "<string>", "clientEnv": "<string>", "variantId": "<string>", "asrLangCode": "<string>", "ttsLangCode": "<string>", "voiceName": "<string>", "disableHandoff": true } ], "notFound": [ "<string>" ] }
Set of connector IDs to retrieve in a single call.
List of connector IDs to retrieve
1
Successful response
Result of a batch connector lookup, partitioned into connectors that were found and IDs that weren't.
Show child attributes
Was this page helpful?