2022-07-25 06:05:11 +00:00
|
|
|
id: api-todoist
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Todoist API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
|
|
|
description: Todo Lists
|
|
|
|
reference:
|
|
|
|
- https://developer.todoist.com/rest/v1/#overview
|
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/todoist
|
|
|
|
tags: token-spray,todoist
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-07-25 06:05:11 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-25 06:05:11 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://api.todoist.com/rest/v1/projects HTTP/1.1
|
|
|
|
Host: api.todoist.com
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "id"
|
|
|
|
- "color"
|
|
|
|
- "name"
|
|
|
|
condition: and
|