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

FieldTypeWhat it is
statusstringThe order state.
snapshotobjectThe product snapshot: name, plan, delivery time, guarantee.
messagesarrayThe chat: who, when, what. The last two hundred messages.
handoversarrayThe 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.

CodeWhat happened and what to do
not_foundThe 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