id: api-square info: name: Square API Test author: zzeitlin severity: info description: Easy way to take payments, manage refunds, and help customers checkout online reference: - https://developer.squareup.com/explorer/square/locations-api/list-locations - https://github.com/daffainfo/all-about-apikey/tree/main/square 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