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

# Validate transit declaration

> Trigger manual re-validation of a transit declaration.

Queue the transit declaration for synchronous validation.

### Path Parameters

<ParamField path="id" type="number" required>
  The unique transit declaration ID.
</ParamField>

<ResponseExample>
  ```json 201 Created theme={null}
  {
    "declarationId": 104,
    "status": "ready",
    "message": "Transit declaration validation passed"
  }
  ```
</ResponseExample>
