Skip to main content
GET
Fetch an order

Authorizations

Authorization
string
header
required

Partner API key. Send as Authorization: Bearer sss_pk_....

Path Parameters

code
string
required

The order's public code from the create response.

Response

The order.

requestId
string

This request's id — quote it in support tickets.

orderCode
string
orderUrl
string
status
string
services
string

Which services the order includes, as a comma-separated flags string. Possible flags: Sign, Notarize, Ship, Fax. Parse by splitting on ", " — this is NOT an object of booleans (corrected 2026-08-01; the schema previously mis-documented it as one).

Example:

"Sign, Notarize, Ship"

envelopeStatus
string | null

The e-sign envelope's status when the order includes signing, else null.

externalReference
string | null
customerEmail
string
subtotalCents
integer
discountCents
integer
totalCents
integer
lines
object[]
createdAt
string<date-time>