Todo List
Todolist API
15 subscribers
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Todo List endpoints
| Method | Endpoint | Description |
|---|---|---|
| DELETE |
1647d06c-2a96-41ab-a2f7-ebb55d5bcd76 /v1/todos/:todoId |
Deletes a todo list item. Will return an error if the todo list item does not exist. |
| GET |
d98a939d-d1a2-4352-8c45-3566bfd67860 /v1/$todosWithNoUserId |
Gets the list of todos with the user information stripped out. Use this API if the user's ID is sensitive information that can't be leaked to the product. |
| GET |
b61c0cd1-b380-4440-a430-840ea85f3e9c /v1/todos |
Gets all the todos in the todo list. |
| POST |
f9e30d74-56ca-4f1e-bcb3-75fe305ea5e4 /v1/todos |
Creates a todo list item. |
| PATCH |
f3334d8b-37f9-489b-87c5-08a8beb5657c /v1/todos/:todoId |
Updates a todo list item with a matching `todoId`. Will return an error if a matching todo item is not found. |
| GET |
398f226b-7401-4906-9aba-8dee92068f94 /v1/$todosAndUsers |
Gets the list of todos, with a `user` property that contains information about the user that created the todo list item. |
Todo List pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 10006 / second |
|
| ULTRA Recommended | $100 / month | — |
|
| MEGA | Free | 10000 / second |
|