Platitun · API · The deal · Reviews about me
Reviews about me
GET /api/v1/reviewsKey scope: orders · read only
What buyers wrote about you and what you replied. Reviews do not affect delivery and a seller cannot delete them — but may reply.
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[].text | string | The review text. |
items[].reply | string|null | Your reply, if there was one. |
items[].hidden | boolean | Whether the review was taken down after a complaint. |
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 disputePOST /api/v1/reviews/{id}/reply— Reply to a reviewGET /api/v1/complaints— My complaintsPOST /api/v1/complaints— Complain about a buyerGET /api/v1/work-mode— Work mode and presencePUT /api/v1/work-mode— Set the work mode