Sample Feedback Request
With your API key in hand, you're ready to start sending feedback and feature requests from your app. Below is a basic example of how to structure your API request:
Last updated
With your API key in hand, you're ready to start sending feedback and feature requests from your app. Below is a basic example of how to structure your API request:
Last updated
This endpoint allows you to submit user feedback, including bug reports, feature requests, or general comments, for a specific mobile application.
The feedback message provided by the user.
"This is user generated feedback."
Unique identifier of the application.
"app456"
Name of the application.
"Auth App"
The platform on which the feedback is being provided (e.g., iOS, Android).
"iOS"
The operating system version of the user's device.
14.4
The version of the application.
"1.0.0"
The locale of the user's device.
"en-US"
The environment in which the feedback is being provided (e.g., production, development).
"production"
Additional metadata associated with the feedback.
Type of feedback (e.g., bug, feature request, other).
"bug"
A list of tags associated with the feedback.
Information about the user providing the feedback.
Feedback created successfully
"Feedback created successfully"