2021-12-15 02:26:16 +00:00
|
|
|
id: api-quip
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Quip API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: File Sharing and Storage for groups
|
2021-12-15 02:26:16 +00:00
|
|
|
reference:
|
|
|
|
- https://quip.com/dev/automation/documentation
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/quip
|
2021-12-15 02:26:16 +00:00
|
|
|
tags: token-spray,quip
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
2021-12-15 16:30:22 +00:00
|
|
|
GET https://platform.quip.com/1/users/current HTTP/1.1
|
2021-12-15 02:26:16 +00:00
|
|
|
Host: platform.quip.com
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-12-15 16:30:22 +00:00
|
|
|
- '"id":'
|
|
|
|
- '"name":'
|
|
|
|
condition: and
|