get those who flagged a comment;
Request Code Samples
curl --location --request GET 'https://api.sqabl.com/v1/comment//flaggers' \
--header 'Authorization: Bearer viewer'\''s-access-token'
Responses
application/json {
"data": [
{
"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:06:20