Todo API
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 or any other policy via your Zuplo gateway configuration.
Schemas