Sequences API
Manage numbered sequences through the public `/sequences` API.
The public sequences API is:
/sequencesDocumented Endpoints
| Method | Path | Purpose |
|---|---|---|
GET | /sequences | list sequences |
POST | /sequences/next | get the next value |
PATCH | /sequences | update sequence settings |
GET | /sequences/preview | preview the next values |
POST | /sequences/reset | reset a sequence |
Use this API when you need to manage numbered document sequences without inventing your own numbering logic outside Corinthian.