26 lines
462 B
YAML
26 lines
462 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
|
||
|
|
||
|
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
|