VerifyWise
English
🇬🇧
API documentation
Utilities
Tasks
Tasks
Endpoints for managing tasks and to-do items.
7 endpoints
GET
/tasks
Auth
Get all tasks
POST
/tasks
Auth
Create task
GET
/tasks/{id}
Auth
Get task by ID
PUT
/tasks/{id}
Auth
Update task
DELETE
/tasks/{id}
Auth
Delete task
PUT
/tasks/{id}/restore
Auth
Restore task
DELETE
/tasks/{id}/hard
Auth
Permanently delete task
Back to API documentation
Tasks API - VerifyWise