Request
Body Params application/json
{
"flags": [
"privacy-violation"
]
}
Request Code Samples
curl --location --request POST 'https://api.sqabl.com/v1/comment//flag' \
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"flags": [
"privacy-violation"
]
}'
Responses
application/json {
"data": {
"flagger": {
"id": "string",
"user": {
"id": "string",
"displayName": "string",
"picture": {
"sm": {
"mimeType": "string",
"url": "string"
},
"org": {
"mimeType": "string",
"url": "string"
}
},
"description": "string",
"role": "admin",
"username": "string",
"deleted": true,
"verified": true,
"dateJoined": "string",
"viewer": {
"isBlocked": true,
"blockedUser": true,
"isFollowing": true
}
},
"memberType": "fan",
"timestamp": "string",
"flags": [
{
"type": "string",
"title": "string",
"description": "string"
}
]
}
}
}
Modified at 2026-01-19 08:14:48