Platitun · API · The deal · One order
One order
GET /api/v1/orders/{id}Key scope: orders · read only
The whole order: state, deadlines, the product snapshot at purchase time, the chat and the vaults. The snapshot exists so a dispute a month later is judged by what the buyer saw, not by the current listing.
Response fields
| Field | Type | What it is |
|---|---|---|
status | string | The order state. |
snapshot | object | The product snapshot: name, plan, delivery time, guarantee. |
messages | array | The chat: who, when, what. The last two hundred messages. |
handovers | array | The order vaults: whose and whether opened. No secrets here. |
Refusal reasons
A rule refusal arrives as {"error":"rejected","refusal":{"kind":"…"}} with status 409. Refusals common to all endpoints are in the rules section.
| Code | What happened and what to do |
|---|---|
not_found | The record does not exist or is not yours. The ownership condition is in the database query itself, so someone else’s record looks like a missing one. |
Nearby in this section
GET /api/v1/orders— My ordersPOST /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 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