A simple task management API that lets you create, read, update, and delete todo items. Use this API to build productivity apps, task trackers, or integrate task management into your existing workflows.
## Getting Started
All endpoints accept and return JSON. To create your first todo, send a `POST` request to `/todos` with a title and userId.
## Authentication
This sample API does not require authentication. Add [API key authentication](https://zuplo.com/docs/policies/api-key-inbound) or an