Create api-quip.yaml

patch-1
Muhammad Daffa 2021-12-15 09:26:16 +07:00 committed by GitHub
parent d9ed21458f
commit f0198a5b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
token-spray/api-quip.yaml Normal file
View File

@ -0,0 +1,25 @@
id: api-quip
info:
name: Quip API Test
author: daffainfo
severity: info
reference:
- https://quip.com/dev/automation/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Cloud%20Storage%20-%20File%20Sharing/Quip.md
tags: token-spray,quip
self-contained: true
requests:
- raw:
- |
GET https://platform.quip.com/1/users/contacts HTTP/1.1
Host: platform.quip.com
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
negative: true
words:
- '"error_description":"Invalid access_token"'