curl --request GET \
--url 'https://edi.stateset.com/v1/documents/{id}/evidence' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Compliance evidence bundle for one document and its related order chain.
Evidence bundle for the document and its order chain
GET
/
v1
/
documents
/
{id}
/
evidence
curl --request GET \
--url 'https://edi.stateset.com/v1/documents/{id}/evidence' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Path parameters
string
required
Document ID
Response
No response body. Evidence bundle for the document and its order chain.Status codes
| Code | Meaning |
|---|---|
200 | Evidence bundle for the document and its order chain |
404 | Unknown document |
curl --request GET \
--url 'https://edi.stateset.com/v1/documents/{id}/evidence' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026