24 lines
574 B
YAML
24 lines
574 B
YAML
id: api-calendly
|
|
|
|
info:
|
|
name: Calendly API Test
|
|
author: zzeitlin
|
|
reference: https://calendly.stoplight.io/docs/api-docs-v1/b3A6MTg3MDczNg-about-me
|
|
severity: info
|
|
tags: api,calendly
|
|
|
|
requests:
|
|
- method: GET
|
|
payloads:
|
|
token: token.txt
|
|
path:
|
|
- "https://calendly.com/api/v1/users/me"
|
|
redirects: false
|
|
headers:
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
|
|
X-Token: "{{token}}"
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|