> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dry-run validation against the ISA-resolved partner's implementation guide.

> Validation report (no side effects)

### 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                     |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/edi/validate' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
