2021-10-24 04:28:51 +00:00
|
|
|
id: api-fontawesome
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: FontAwesome API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://fontawesome.com/v6.0/docs/apis/graphql/get-started
|
2021-10-24 04:28:51 +00:00
|
|
|
tags: token-spray,fontawesome
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.fontawesome.com/token"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-02 05:19:21 +00:00
|
|
|
- '"access_token":'
|
|
|
|
- '"scopes":'
|
|
|
|
condition: and
|