Files
nuclei-templates/token-spray/api-square.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
573 B
YAML

id: api-square
info:
name: Square API Test
author: zzeitlin
severity: info
reference:
- https://developer.squareup.com/explorer/square/locations-api/list-locations
tags: token-spray,square
self-contained: true
requests:
- method: GET
path:
- "https://connect.squareup.com/v2/locations"
- "https://connect.squareupsandbox.com/v2/locations"
headers:
Content-Type: application/json
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- 'errors'
negative: true