Workspace API
API tokens for your Axos workspace
Programmatic access to the notes, tasks and calendar in your workspace. Tokens are workspace-scoped, per-permission, revocable and rate-limited.
Generate a token
Use the token
curl -H "Authorization: Bearer axws_LIVE_XXXXXXXX" \ https://api.axoshub.org/v1/notes
Base URL: https://api.axoshub.org/v1. All responses are JSON. Rate limit: 600 requests / minute / token.
Endpoints
| Method | Path | Purpose |
|---|---|---|
| GET | /notes | List notes |
| POST | /notes | Create note |
| GET | /tasks | List tasks |
| POST | /tasks | Create task |
| GET | /calendar | List events |
| POST | /calendar | Create event |