27 lines
550 B
YAML
27 lines
550 B
YAML
|
id: api-segment
|
||
|
|
||
|
info:
|
||
|
name: Segment API Test
|
||
|
author: geeknik
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://reference.segmentapis.com/
|
||
|
tags: token-spray,segment
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET https://platform.segmentapis.com/v1beta/workspaces/myworkspace HTTP/1.1
|
||
|
Host: platform.segmentapis.com
|
||
|
Authorization: Bearer {{token}}
|
||
|
Content-Type: application/json
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"name":'
|
||
|
- '"id"'
|
||
|
condition: and
|