Get started | Tutorials | Search the docs |
Integrate task management into your apps with the To-Do Service. You can create, prioritize, and remind with just a few RESTful API calls. The service and your data is securely hosted in the To-Do Service private cloud.
Example of JSON used to create a new user with the POST method and an endpoint of {base_url}/tasks
{
"user_id": 23,
"title": "Set up Zoom meeting with web team",
"description": "Kick off new product release campaign",
"due_date": "2025-05-19T14:00",
"warning": "-10"
}
Connect with fellow developers and contribute to the growth of the To-Do Service.