API Reference

This endpoint allow you to record any feedback for a message for analytics purposes.

Sample request:

{
  "messageId": "16763be4-6022-406e-a950-fcd5018633ca",
  "feedback": "string",
  "senderId": "string"
}

Sample response:

{
  "success": true
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!