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

# Outbox flush

> Events pushed to the StateSet sequencer

### Response

No response body. Events pushed to the StateSet sequencer.

### Status codes

| Code  | Meaning                                 |
| ----- | --------------------------------------- |
| `200` | Events pushed to the StateSet sequencer |
| `403` | Admin credential required               |
| `502` | Sequencer unreachable                   |

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