47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
id: api-intigriti-researcher
|
|
|
|
info:
|
|
name: Intigriti-Researcher API Test
|
|
author: 0xpugal
|
|
severity: info
|
|
description: The Intigriti researcher API can be used to query information about Programs you have access to via our platform and Program activities you have access to via our platform
|
|
reference:
|
|
- https://kb.intigriti.com/en/articles/8529303-intigriti-researcher-api
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: token-spray,intigriti
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.intigriti.com/external/researcher/v1/programs"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
Content-Type: application/json
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"records"'
|
|
- '"webLinks"'
|
|
- '"detail"'
|
|
- '"handle"'
|
|
- '"value"'
|
|
- '"status"'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100eed8b3b90cbae21389c6cfd08915f3e877eeaf5392212db6cf1ecfef4afd40d7022073147511005a6d3e8497e3ea50b3cdb45cf53e5bd1149563566bc0e2b7bbdf2c:922c64590222798bb761d5b6d8e72950 |