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

# File-backed VAN mailbox status for a partner.

> VAN mailbox status for the partner

### Path parameters

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

### Response

No response body. VAN mailbox status for the partner.

### Status codes

| Code  | Meaning                            |
| ----- | ---------------------------------- |
| `200` | VAN mailbox status for the partner |
| `404` | Unknown partner                    |

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