DevelopersAPI reference
API reference
Endpoint-by-endpoint REST reference for every Easerix tool, generated from the OpenAPI specs.
View as MarkdownWhat this is
The complete REST reference for the Easerix APIs, generated from the same OpenAPI 3 specifications the services are built and CI-verified against. Browse per-endpoint pages with schemas and example requests, or download a raw spec and generate a typed client in your language of choice.
All endpoints use Bearer authentication with a short-lived access token — see the developer overview for how to get one from an API key, plus base URLs and the error shape.
APIs
| API | Base URL | Reference | Raw spec |
|---|---|---|---|
| Auth & accounts | https://auth.easerix.com | Browse | auth.v1.yaml |
| Tasks | https://api.easerix.com/tasks | Browse | tasks.v1.yaml |
| Notes | https://api.easerix.com/notes | Browse | notes.v1.yaml |
| Sign | https://api.easerix.com/sign | Browse | sign.v1.yaml |
| Links | https://api.easerix.com/links | Browse | links.v1.yaml |
| Forms | https://f.easerix.com | Browse | forms.v1.yaml |
| CronCrunch | https://api.easerix.com/croncrunch | Browse | croncrunch.v1.yaml |
| Notifications | https://notifications-api.easerix.com | Browse | notifications.v1.yaml |
The raw specs are standard OpenAPI 3 YAML — point openapi-generator,
oapi-codegen, Postman, or any other spec-aware tool at them directly.
Last updated on