moderation
get/api/v1/flags
Query parameters
content_typestring[]
- PRICE - Price
- PROOF - Proof
object_idinteger
order_bystring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
reasonstring[]
- WRONG_TYPE - Wrong type
- WRONG_PRICE_VALUE - Wrong price value
- WRONG_CURRENCY - Wrong currency
- WRONG_PRODUCT - Wrong product
- WRONG_LOCATION - Wrong location
- WRONG_DATE - Wrong date
- OTHER - Other
sizeinteger
Number of results to return per page.
status'CLOSED' | 'OPEN'
- OPEN - Open
- CLOSED - Closed
Response
Example response
{
"page": 1,
"pages": 16,
"size": 100,
"total": 1531
}