Platitun · API · The deal · My complaints
My complaints
GET /api/v1/complaintsKey scope: orders · read only
A complaint is a NON-PUBLIC thing, not a “bad review”: buyers read reviews, only the marketplace reads complaints, and a sanction may follow.
Query filters
| Field | Type | What it is |
|---|---|---|
limit | integer | How many records to return. Default 50, maximum 200. |
Response fields
| Field | Type | What it is |
|---|---|---|
items | array | The records of this page. |
items[].topic | string | A topic from the classifier. |
items[].status | string | open, sanctioned or rejected. |
items[].resolution | string|null | What the administrator decided. |
Nearby in this section
GET /api/v1/orders— My ordersGET /api/v1/orders/{id}— One orderPOST /api/v1/orders/{id}/confirm— Take the orderPOST /api/v1/orders/{id}/decline— Decline the orderPOST /api/v1/orders/{id}/deliver— Mark the deliveryPOST /api/v1/orders/{id}/messages— Message the buyerGET /api/v1/orders/{id}/handover— The order vaultsPOST /api/v1/orders/{id}/handover— Put credentials into a vaultPOST /api/v1/orders/{id}/handover/reveal— Read the buyer’s vaultPOST /api/v1/orders/{id}/dispute/reply— Answer a disputeGET /api/v1/reviews— Reviews about mePOST /api/v1/reviews/{id}/reply— Reply to a reviewPOST /api/v1/complaints— Complain about a buyerGET /api/v1/work-mode— Work mode and presencePUT /api/v1/work-mode— Set the work mode