cURL
curl --request POST \ --url https://moderationapi.com/api/v1/queue/{id}/items/{itemId}/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "comment": "<string>" }'
{ "success": true, "resolvedAt": "<string>", "comment": "<string>" }
Mark a queue item as resolved with a specific moderation action
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The queue ID
The item ID to resolve
Successful response
The response is of type object.
object
Was this page helpful?