Create api-orbintelligence.yaml
parent
40d7678327
commit
a5d74b6a5c
|
@ -0,0 +1,27 @@
|
|||
id: api-orbintelligence
|
||||
|
||||
info:
|
||||
name: ORB Intelligence API Test
|
||||
author: daffainfo
|
||||
severity: info
|
||||
reference:
|
||||
- https://api.orb-intelligence.com/docs/
|
||||
- https://github.com/daffainfo/all-about-apikey/blob/main/Business/ORB%20Intelligence.md
|
||||
tags: token-spray,orbintelligence
|
||||
|
||||
self-contained: true
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET https://api.orb-intelligence.com/3/fetch/1/?api_key={{token}} HTTP/1.1
|
||||
Host: api.orb-intelligence.com
|
||||
Accept: application/json
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"entity_type":'
|
||||
- '"company_status":'
|
||||
- '"orb_num":'
|
||||
condition: and
|
Loading…
Reference in New Issue