Wiseback provides a series of services to help you build integrations for a wide range of applications.
All endpoints are only accessible via https and are located at developer.wiseback.com
. Responses are returned in JSON format.
API endpoints are categorized as below.
API | Description |
---|---|
Form | Services related to forms, such as listing forms, creating trackable links. |
Report | Services related to reports. You can retrieve feedbacks, summary reports, etc. |
SMS | Services related to SMS. |
All endpoints will return a success
parameter as boolean.
An example success response:
{
"success": true,
"count": 10
}
An example failure response:
{
"success": false,
"message": "Form not found"
}