31 lines
698 B
YAML
31 lines
698 B
YAML
id: api-strava
|
|
|
|
info:
|
|
name: Strava API Test
|
|
author: dwisiswant0
|
|
severity: info
|
|
reference:
|
|
- https://developers.strava.com/docs/getting-started/
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,strava
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://www.strava.com/api/v3/athlete"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"id"'
|
|
- '"username"'
|
|
condition: and
|
|
|
|
# digest: 4a0a0047304502204fb194519a96e5a1dbcbe8752e49c63072b8fc3f4dd99ea6051ee602fd2144e0022100cc98fb3a4aaf534edd06e9837d7d7624b47c59c7d0b6cb915a9e33a5b8c1c819:922c64590222798bb761d5b6d8e72950
|