32 lines
711 B
YAML
32 lines
711 B
YAML
id: api-webex
|
|
|
|
info:
|
|
name: Cisco Webex API Test
|
|
author: dwisiswant0
|
|
severity: info
|
|
reference:
|
|
- https://developer.webex.com/docs/getting-started
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,cisco,webex
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://webexapis.com/v1/rooms"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'id'
|
|
- 'title'
|
|
- 'type'
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100a0f9326cc62a9b167f1b449212945380447ec7661a36537c180f544027dfb055022100e3e6fa46853c97ea7094e22c00e1fd1c033fbd5533e6d5ca9faf325deb8a52cc:922c64590222798bb761d5b6d8e72950
|