47 lines
1.1 KiB
YAML
47 lines
1.1 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
|