API Endpoints
Response API
Retrieve your list of responses and response details by using the following endpoints.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
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.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
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.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
Send SMS Survey | This API will let you send a SMS survey from your Zonka Feedback account |
Survey API
You can make requests for a list of surveys and survey information with the following endpoints.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
GET Surveys | Get list of surveys associated with your Zonka account. | |
GET Survey Details | Get details of one or more surveys by passing the responseID as path parameter. | |
GET Survey Stats | Get stats of surveys associated with your Zonka account |
Contact API
You can request the list of all contacts, contact lists, and details of a specific contact by the following APIs
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
GET Contacts | Get list of contacts associated with your Zonka Account. | |
GET Contact Lists | Get list of Contact Lists (Segments) associated with your Zonka Account. | |
GET Contact Details | Get details of a specific contact. |
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.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
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. | |
GET Devices Uptime | Get total uptime stats of one or more devices. | |
GET Device Responses | Get total response count for one or more devices. |
Location API
Get the list of locations or detail about one or more locations through the following endpoints.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
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.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
GET Users | Get list of users associated with your Zonka account. | |
GET User Details | Get details of a specific user associated with your Zonka account. |
Task API
This API enables you get list of task and task details associated with your Zonka account.
API | DESCRIPTION | DOCUMENTATION |
---|---|---|
Create a Task | This API will let you create a task in your Zonka Feedback account | |
Delete a Task | This API will let you delete a task from your Zonka Feedback account | |
Get list of Tasks | This API will let you get the list of tasks from your Zonka Feedback account | |
Update a Task | This API will let you update a task in 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