User Platform Feedback
Endpoints for interacting with users Feedback
STAGING_URL: https://switch-api-staging.herokuapp.com
LIVE_URL: https://switchapi.azurewebsites.netGet all Feedbacks
Headers
Name
Type
Description
{
"message": "your feedback submissions were retrieved successfully",
"data": [
{
"id": 6,
"topic": "failed transaction",
"message": "Hi, I was debited but the transaction didn't go through",
"feedback_type": "bug_report",
"image_url": "",
"created_at": "2019-01-16T14:27:23.426Z",
"updated_at": "2019-01-16T14:27:23.426Z"
}
]
}{
"message": "Invalid token",
"error_code": "INVALID_TOKEN"
}Create Feedback
Headers
Name
Type
Description
Request Body
Name
Type
Description
Get Feedback by Id
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?