Skip to main content
GET
/
v2
/
admin
/
destinations
/
list-types
List Destination Types
curl --request GET \
  --url https://api.voxo.co/v2/admin/destinations/list-types \
  --header 'Authorization: Bearer <token>'
[
  {
    "type": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Available destination types

type
string
required

Destination type identifier

description
string
required

Human-readable type description