Base URL
Authentication
Every request requires a Personal Access Token (PAT), a long-lived credential scoped to one organization and user. PATs are prefixedpat_.
Errors
All error responses have adetail field.
| Status | Meaning |
|---|---|
400 | Invalid parameters or book in wrong state (e.g. not yet parsed) |
401 | Missing or invalid token |
403 | Token doesn’t have access to this resource |
404 | Resource not found |
500 | Server error |