cURL
curl --request GET \ --url https://api.voxo.co/v2/admin/destinations/list-types \ --header 'Authorization: Bearer <token>'
[ { "type": "<string>", "description": "<string>" } ]
List all available destination types
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Available destination types
Destination type identifier
Human-readable type description
Was this page helpful?
Contact support