GET
/
api
/
v5
/
messages
/
{messageId}
/
flags
Find my flag in message by ID
curl --request GET \
  --url https://apix.us.amity.co/api/v5/messages/{messageId}/flags \
  --header 'Authorization: Bearer <token>'
{
  "result": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

messageId
string
required

ID of a message

Maximum length: 30
Example:

"a85dca058f5b585f86a29f14"

Response

200
application/json

successful operation

The response is of type object.