curl --request GET \
--url 'https://edi.stateset.com/v1/reconciliation' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"acknowledged_at": "2026-08-31T14:22:05Z",
"control_number": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "ORD-10042",
"sent_at": "2026-08-31T14:22:05Z",
"status": "pending",
"transaction_set": "string"
}
]
Acknowledgment status of outbound documents (matched against inbound 997s).
Outbound documents and their 997 status
GET
/
v1
/
reconciliation
curl --request GET \
--url 'https://edi.stateset.com/v1/reconciliation' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"acknowledged_at": "2026-08-31T14:22:05Z",
"control_number": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "ORD-10042",
"sent_at": "2026-08-31T14:22:05Z",
"status": "pending",
"transaction_set": "string"
}
]
Query parameters
boolean
Only un-acknowledged documents
boolean
Only documents overdue past the ack SLA
Response
OutboundAck[] — each element:
string (date-time)
string
required
string
required
string
required
string (date-time)
required
string
required
pending, accepted, accepted_with_errors, partially_accepted, or rejected.string
required
Status codes
| Code | Meaning |
|---|---|
200 | Outbound documents and their 997 status |
403 | Admin credential required |
curl --request GET \
--url 'https://edi.stateset.com/v1/reconciliation' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"acknowledged_at": "2026-08-31T14:22:05Z",
"control_number": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "ORD-10042",
"sent_at": "2026-08-31T14:22:05Z",
"status": "pending",
"transaction_set": "string"
}
]
Last modified on August 31, 2026