Skip to main content
POST
/
public
/
v1
/
ask-for-feedback
cURL
curl --request POST \
  --url https://api.hobbo.ai/public/v1/ask-for-feedback \
  --header 'Content-Type: application/json' \
  --data '{
  "feedback_for": "<string>",
  "feedback_through": "email"
}'
{
  "status": 200,
  "data": [],
  "success": true,
  "message": "<string>"
}

Body

application/json

Feedback request message

feedback_for
string
required

The context or purpose for which feedback is being requested

feedback_through
enum<string>
required

The communication channel through which feedback will be requested

Available options:
email,
sms

Response

Feedback requested successfully!

status
integer

HTTP status code

data
string[]

Array of generated feedback request templates

Feedback request template with numbered prefix

success
boolean

Indicates if the operation was successful

message
string

Response message