Skip to main content
GET
/
v2
/
destinations
List Destinations
curl --request GET \
  --url https://api.voxo.co/v2/destinations/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tenantId
string
required

Tenant ID

branchId
string

Filter by branch ID

types
string

Comma-separated destination types to include

Search filter by name or number

resultsPerType
string

Max results per destination type (default 5)

Response

200 - application/json

Destinations grouped by type

{key}
object[]