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

# Compliance evidence bundle for a PO / shipment / invoice reference.

> Evidence bundle for every document carrying the reference

### Path parameters

<ParamField path="reference" type="string" required>
  PO / shipment / invoice reference
</ParamField>

### Response

No response body. Evidence bundle for every document carrying the reference.

### Status codes

| Code  | Meaning                                                   |
| ----- | --------------------------------------------------------- |
| `200` | Evidence bundle for every document carrying the reference |

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