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

# stateset-mail managed mailbox readiness for a partner transport mailbox.

> Managed AS1 mailbox readiness for the partner

### Path parameters

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

### Response

No response body. Managed AS1 mailbox readiness for the partner.

### Status codes

| Code  | Meaning                                       |
| ----- | --------------------------------------------- |
| `200` | Managed AS1 mailbox readiness for the partner |
| `404` | Unknown partner                               |

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