API Endpoints
Response API
Retrieve your list of responses and response details by using the following endpoints.
GET Response Details
Get details of one or more responses by passing the responseID as a path parameter.
GET Responses
This API will enable you to get list of all responses related to a company account.
Send Email Survey API
Trigger an email survey via the following API endpoints.
Send Email Survey
This API will let you send an email survey from your Zonka Feedback account
Send SMS Survey API
Trigger a SMS survey via the following API endpoints.
Survey API
You can make requests for a list of surveys and survey information with the following endpoints.
GET Survey Details
Get details of one or more surveys by passing the responseID as path parameter.
Contact API
You can request the list of all contacts, contact lists, and details of a specific contact by the following APIs
Device API
Get the list of devices registered with your account or details of one or more devices or analyze the uptime of a specific device through the following endpoints.
GET Devices
Get list of devices associated with your Zonka Account. You can use query parameters to filter the devices as desired.
GET Device Details
Get details of one or more devices associated with by passing the Device Id(s) as query parameters.
Location API
Get the list of locations or detail about one or more locations through the following endpoints.
GET Locations
Get list of locations associated with your Zonka Account. You can use query paramters to filter the locations as desired.
GET Location Details
Get details of one or more locations by passing the locationId as path parameter.
User API
Retrieve the list of users that have access to your account or details of a specific user by using the following endpoints.
Task API
This API enables you get list of task and task details associated with your Zonka account.
Get list of Tasks
This API will let you get the list of tasks from your Zonka Feedback account
You can refer to the Zonka Feedback API documentation here and learn more from the sample request and responses provided.
Last updated