Use our API
Use the URL below to retrieve your submissions data in JSON format (paginated by 50 per page). Be sure to keep your API token in secret. If for any reason your token was compromised use the button above to regenerate your API key.
https://app.form2chat.io/api/submissions?page=1&token=a1b2c3d4e5f6g7h8
Filtration
You may also:
- Query notifications by date range using dates_range parameter
- Run full-text search on your submissions using search parameter
- Filter submissions by form id using form_id parameter
Example:
https://app.form2chat.io/api/submissions?token=a1b2c3d4e5f6g7h8&page=1&form_id=q1w2e3r4&search=hello&dates_range=2024-11-14+to+2024-11-21