all-about-apikey/todoist
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

Todoist

Description

Todo Lists

Example Request

  • Curl
curl "https://api.todoist.com/rest/v1/projects" -H "Authorization: Bearer {{token}}"
  • Raw
GET /rest/v1/projects HTTP/1.1
Host: api.todoist.com
Authorization: Bearer {{token}}

Response

  • Success
[
    {
        "id": 123456789,
        "color": 11,
        "name": "Inbox",
        "comment_count": 0,
        "shared": false,
        "favorite": false,
        "sync_id": 0,
        "inbox_project": true,
        "url": "https://todoist.com/showProject?id=123456789"
    },
    ...
]
  • Error
Forbidden

Regex

[a-z0-9]{40}

Example API key

tue3sv9hzsey1me4l7fwq3t46u5k8wagabcdefgh