Skip to content
Todo Ninja
API Reference
Guides
API Reference
Search
Ctrl
K
Cancel
Auto
Light
Dark
Get started
Guides
API Reference
Language
HTTP
TypeScript
API Reference
Overview
Todos
Overview
complete
create
delete
list
retrieve
update
Tags
add
remove
Users
Overview
create
me
Tags
Overview
create
delete
list
retrieve
Get started
Auto
Light
Dark
Todos
Todos
Todos
Complete
post
/v1/todos/{id}/complete
Create
post
/v1/todos
Delete
delete
/v1/todos/{id}
List
get
/v1/todos
Retrieve
get
/v1/todos/{id}
Update
put
/v1/todos/{id}
Todo
Todo
object
Show
Show
id
string
completed_at
string
created_at
string
description
string
tags
array of
object
Hide Parameters
Show Parameters
id
string
created_at
string
label
string
updated_at
string
title
string
updated_at
string
Todos
Tags
Add
post
/v1/todos/{todoId}/tags/{tagId}
Remove
delete
/v1/todos/{todoId}/tags/{tagId}