curl --request GET \
--url 'https://edi.stateset.com/v1/x12/capabilities' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
X12 capability discovery: the transaction sets the gateway can parse inbound
and build outbound, and the envelope versions it supports. A buyer can confirm coverage without a sales call.
GET
/
v1
/
x12
/
capabilities
curl --request GET \
--url 'https://edi.stateset.com/v1/x12/capabilities' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
and build outbound, and the envelope versions it supports. A buyer can
confirm coverage without a sales call.
Response
No response body. Supported transaction sets and X12 versions.Status codes
| Code | Meaning |
|---|---|
200 | Supported transaction sets and X12 versions |
curl --request GET \
--url 'https://edi.stateset.com/v1/x12/capabilities' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026