Reference¶
Lookup material. Nothing here explains why — that is Concepts.
- Endpoints — every route, generated from the application.
- Scopes — the permissions IDEN defines for itself.
- Token claims — what is in each kind of token.
- Configuration — every setting, and the three that matter in production.
- Data model — tables, relationships, and the constraints worth knowing.
- Errors — the error shapes and what each status means.
The live version is better
Any running deployment serves interactive API documentation at /docs, generated from the same
code. It has request and response bodies, required permissions, and a working "try it" button.
Use it when you are actually integrating; use these pages when you are reading.