⚠️ Beta Version: Features may be unstable.
Collect Feedback From Your Users
Simple Integration
Powerful Results
One API endpoint to capture all your user feedback.
index.js
1import axios from 'axios';
2
3axios.post(https://feedmo.vercel.app/api/v1/feedback, {
4 email: 'abc@gmail.com',
5 type: "bug",
6 feedback: "There is a bug in the login page."
7}, {
8 headers: {
9 'Content-Type': 'application/json',
10 'account': 'Your-Client-ID',
11 'project': 'Your-Project-ID'
12 },
13})
Explore API Endpoint
POST/api/v1/feedback
Rows per page
Page 1 of 1