Skip to main content
GET
/
moderation
/
reasons
/
{id}
Get Reason details
curl --request GET \
  --url https://{appId}.api-{region}.cometchat.io/v3/moderation/reasons/{id}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Id of the reason which needs to be fetched.

Response

200 - application/json

Reason details.

data
object