2021-10-24 05:16:31 +00:00
|
|
|
id: api-vercel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Vercel API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2021-10-24 08:27:05 +00:00
|
|
|
reference: https://vercel.com/docs/rest-api
|
2021-10-24 05:16:31 +00:00
|
|
|
tags: token-spray,vercel
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.vercel.com/www/user"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-10-24 08:19:58 +00:00
|
|
|
- '"user":'
|
|
|
|
- '"username":'
|
|
|
|
- '"email":'
|
|
|
|
condition: and
|