API referenceRegistrar
Read a persisted domain-purchase order's status by id
Authorization
widgetJWT AuthorizationBearer <token>
Short-lived widget JWT minted server-side via POST /v1/tokens. Scoped to one application (and optionally one domain).
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/sell/orders/string"{ "orderId": "ord_1a2b3c", "domain": "string", "registrar": "string", "status": "quoted", "regOrderId": "string", "jobId": "string", "link": "string", "freeDomain": true}{ "code": "string", "title": "string", "details": "string"}{ "code": "string", "title": "string", "details": "string"}{ "code": "string", "title": "string", "details": "string"}