nuclei-templates/http/token-spray/api-quip.yaml

30 lines
633 B
YAML

id: api-quip
info:
name: Quip API Test
author: daffainfo
severity: info
description: File Sharing and Storage for groups
reference:
- https://quip.com/dev/automation/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/quip
tags: token-spray,quip
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://platform.quip.com/1/users/current HTTP/1.1
Host: platform.quip.com
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"id":'
- '"name":'
condition: and