2021-10-01 14:33:51 +00:00
|
|
|
id: api-asana
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Asana API Test
|
|
|
|
author: zzeitlin
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Programmatic access to all data in your asana system
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://developers.asana.com/docs/using-terminal
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/asana
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,asana
|
2021-10-01 14:33:51 +00:00
|
|
|
|
2021-10-20 08:46:18 +00:00
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-01 14:33:51 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://app.asana.com/api/1.0/users/me"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-10-01 14:33:51 +00:00
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
2021-11-01 12:22:18 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'data:'
|
|
|
|
- 'email'
|
|
|
|
- 'name'
|
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100f606c661876315023d560d20978ca2f27fba1b2e4493c76c486c8f6b6ac2c943022100855a74c20f0955665c3407d0fc22b6d17949fdc92ca06307417bf222b0930121:922c64590222798bb761d5b6d8e72950
|