> ## 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 a specific partner's implementation guide.

> Validation report (no side effects)

### Path parameters

<ParamField path="partner_id" type="string" required>
  Partner ID
</ParamField>

### Response

No response body. Validation report (no side effects).

### Status codes

| Code  | Meaning                             |
| ----- | ----------------------------------- |
| `200` | Validation report (no side effects) |
| `403` | Not this credential's partner       |

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