32 lines
702 B
YAML
32 lines
702 B
YAML
id: api-slack
|
|
|
|
info:
|
|
name: Slack API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://api.slack.com/methods/auth.test
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,slack
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "https://slack.com/api/auth.test"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"url":'
|
|
- '"team_id":'
|
|
- '"user_id":'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022038d30fc64439fc7fbb00f44638d70894932e42434f6be7110cbe662c19630683022100f3d3ad433c07c882a6f224986257319d1a1c171e7998a62c1a6a547db9126e49:922c64590222798bb761d5b6d8e72950
|