32 lines
773 B
YAML
32 lines
773 B
YAML
id: api-segment
|
|
|
|
info:
|
|
name: Segment API Test
|
|
author: geeknik
|
|
severity: info
|
|
reference:
|
|
- https://reference.segmentapis.com/
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,segment
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a004730450221008e895f72ab2b5caad49f2adea23f2d831a5b49d1fa14c51883eda1551a8790a30220137a80371f75fb0553dc708b87f7ecfede6c3a790b242e76c0be42d0729ed081:922c64590222798bb761d5b6d8e72950
|