Add Tink API test

patch-1
Dwi Siswanto 2021-10-24 11:58:52 +07:00
parent 0dd3b87aeb
commit 0e7c14a39b
1 changed files with 25 additions and 0 deletions

25
token-spray/tink.yaml Normal file
View File

@ -0,0 +1,25 @@
id: api-tink
info:
name: Tink API Test
author: dwisiswant0
reference: https://docs.tink.com/api
severity: info
tags: token-spray,tink
self-contained: true
requests:
- method: GET
path:
- "https://api.tink.com/api/v1/user"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- "appId"
- "externalUserId"
- "username"
condition: and