Todo API Dashboard

Manage your todos with this modern REST API

API Endpoints

GET
/api/todos
Get all todo items
POST
/api/todos
Create a new todo
DELETE
/api/todos/:id
Delete a todo

API Response

{
  "message": "Interact with the API to see responses here"
}

Todo Items