21 lines
483 B
YAML
21 lines
483 B
YAML
id: api-googlespeedlimit
|
|
|
|
info:
|
|
name: Google Place Details API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
tags: token-spray,google,place,details
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJN1t_tDeuEmsRUsoyG83frY4&fields=name,rating,formatted_phone_number&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'error_message'
|
|
negative: true
|