curl --request POST \
--url 'https://edi.stateset.com/v1/edi/validate' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Dry-run validation against the ISA-resolved partner's implementation guide.
Validation report (no side effects)
POST
/
v1
/
edi
/
validate
curl --request POST \
--url 'https://edi.stateset.com/v1/edi/validate' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Response
No response body. Validation report (no side effects).Status codes
| Code | Meaning |
|---|---|
200 | Validation report (no side effects) |
404 | No partner matches the ISA sender |
422 | Unparseable X12 |
curl --request POST \
--url 'https://edi.stateset.com/v1/edi/validate' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026