Task Manager API Tester

REST API Endpoints

GET /tasks

Retrieves all tasks.

GET /tasks/{id}

Retrieves a single task by ID.

POST /tasks

Creates a new task.

PUT /tasks/{id}

Updates an existing task by ID.

DELETE /tasks/{id}

Deletes a task by ID.