28 lines
493 B
YAML
28 lines
493 B
YAML
id: api-taiga
|
|
|
|
info:
|
|
name: Taiga API Test
|
|
author: dwisiswant0
|
|
severity: info
|
|
reference:
|
|
- https://docs.taiga.io/api.html
|
|
tags: token-spray,taiga
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.taiga.io/api/v1/application-tokens"
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"auth_code":'
|
|
- '"state":'
|
|
condition: and
|