2021-10-25 00:16:24 +00:00
|
|
|
id: api-taiga
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Taiga API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.taiga.io/api.html
|
2021-10-25 00:16:24 +00:00
|
|
|
tags: token-spray,taiga
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.taiga.io/api/v1/application-tokens"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-01 12:22:18 +00:00
|
|
|
- '"auth_code":'
|
|
|
|
- '"state":'
|
|
|
|
condition: and
|