26 lines
476 B
YAML
26 lines
476 B
YAML
|
id: api-asana
|
||
|
|
||
|
info:
|
||
|
name: Asana API Test
|
||
|
author: zzeitlin
|
||
|
reference: https://developers.asana.com/docs/using-terminal
|
||
|
severity: info
|
||
|
tags: token-spray,asana
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://app.asana.com/api/1.0/users/me"
|
||
|
headers:
|
||
|
Authorization: Bearer {{token}}
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'data:'
|
||
|
- 'email'
|
||
|
- 'name'
|
||
|
condition: and
|