28 lines
595 B
YAML
28 lines
595 B
YAML
id: api-trello
|
|
|
|
info:
|
|
name: Trello API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Boards, lists and cards to help you organize and prioritize your projects
|
|
reference:
|
|
- https://developers.trello.com/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/trello
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,trello
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.trello.com/1/members/me?key={{key}}&token={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
words:
|
|
- 'invalid key'
|