API Documentation
The Responses API lets you access the data your SentiSnap collect — on demand and in JSON format — without setting up webhooks or third-party integrations.
Looking for help with an error? Check out Troubleshooting and errors for help with resolving the problem.
Key Concepts
https://api.sentisnap.com/forms/{form_id}/responses
The Responses API works differently than Webhooks and third-party integrations, which push your typeform's responses to your URL or application as soon as they're submitted. With the Responses API, you send a GET request each time you want to retrieve your data for a typeform. The response includes submissions your typeform has received historically, in JSON format. Very recent submissions (say within the last 30 minutes) may not be included in this API call. You can also add query parameters to your requests so that responses include only submissions received after a certain date and time or within a certain date range.
Parameters
{
"landing_id": "21085286190ffad1248d17c4135ee56f",
"token": "21085286190ffad1248d17c4135ee56f"
}Note: The landing_id and token are required parameters.