Skip to main content
GET
/
botMetric
/
messageReason
Get message feedback reason
curl --request GET \
  --url https://api.closebot.com/botMetric/messageReason \
  --header 'X-CB-KEY: <api-key>'
{
  "reason": "<string>"
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Query Parameters

messageId
string

The message ID.

Response

Success

reason
string | null