cURL
curl --request GET \ --url https://reelmirror.com/api/v1/feedback \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "bug_report", "subject": "<string>", "message": "<string>", "status": "open", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "count": 123 }
Returns a paginated list of your feedback tickets, ordered by most recent first.
API key (rm_xxx) or JWT token
Maximum number of results to return
x <= 100
Number of results to skip
Feedback list
Show child attributes