cURL
curl --request GET \ --url https://api.voxo.co/v2/admin/tenants/conduits \ --header 'Authorization: Bearer <token>'
{ "records": [ { "id": 123, "name": "<string>", "timezoneId": 123, "tenantCode": "<string>", "externalBillingId": "<string>", "partnerId": 123, "conduitPrefix": "<string>", "disabled": 123, "brandId": "<string>", "brandVertical": "<string>", "salesforceDomain": "<string>", "salesforceCTITasks": "<string>", "globalQueueActions": 123, "resellerType": "<string>", "dateCreation": "<string>", "billingV2": 123, "isResellerAccount": 123 } ], "page": 123, "maxPage": 123, "totalRecords": 123 }
List tenants with a conduit prefix configured
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search filter for tenant name or code
3
Page number
^[1-9]\d*$
Records per page
Paginated conduit tenant list
Show child attributes
Was this page helpful?
Contact support