API Overview
This section documents the REST API. Use these pages as a starting point for writing your own API reference.
Sections
- REST Endpoints — available routes and methods
- authentication — how to authenticate requests
Tip
API documentation works great with tables and code blocks — see Markdown Features for the full list of supported syntax.
Quick Example
curl -H "Authorization: Bearer TOKEN" https://api.example.com/v1/users
See getting-started for project setup instructions.