2021-10-24 05:32:29 +00:00
|
|
|
id: api-netlify
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Netlify API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.netlify.com/api/get-started/
|
2021-10-24 05:32:29 +00:00
|
|
|
tags: token-spray,netlify
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.netlify.com/api/v1/sites"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
2021-11-10 09:35:20 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"id":'
|
|
|
|
- '"premium":'
|
|
|
|
- '"claimed":'
|
|
|
|
condition: and
|