Overview
The Voxtelesys Survey API provides a flexible platform for creating and managing surveys within your applications. Designed for developers, this API enables you to initiate surveys, collect responses, and track survey status in real-time. Whether you're gathering customer feedback, conducting research, or automating data collection workflows, the Voxtelesys Survey API offers the reliability and simplicity you need.
OpenAPI SpecBase URL
All API endpoints are accessed through the following base URL:
https://surveyapi.voxtelesys.net/api/v1
All requests are served over HTTPS to ensure data privacy. Unencrypted HTTP is not supported.
Regions
The Voxtelesys Survey API is currently supported in the following regions:
| Region | ID | Base URL |
|---|---|---|
| Salt Lake City | slc | https://surveyapi.slc.voxtelesys.net/api/v1 |
| Dallas-Fort Worth | dfw | https://surveyapi.dfw.voxtelesys.net/api/v1 |
| Pittsburgh | pit | https://surveyapi.pit.voxtelesys.net/api/v1 |
To send a request to a specific region, use a base URL of the format https://surveyapi.<region>.voxtelesys.net/api/v1, where <region> is a region ID in the table above. If no region is specified in the base URL, a default region will be automatically selected.
Authentication
This API uses token-based authentication to ensure secure access. You must include your API token in the Authorization header of each request. Refer to Authorization for more details.
Support
If you encounter any issues or have questions about the API, please reach out to Support. Our team is here to assist you with integration, troubleshooting, and best practices.