24 lines
490 B
YAML
24 lines
490 B
YAML
id: api-trello
|
|
|
|
info:
|
|
name: Trello API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://developers.trello.com/
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Business/Trello.md
|
|
tags: token-spray,trello
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.trello.com/1/members/me?key={{key}}&token={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
words:
|
|
- 'invalid key'
|