From a5d74b6a5c5121d69d57536dd842ebb4cd200535 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Wed, 1 Dec 2021 23:08:48 +0700 Subject: [PATCH] Create api-orbintelligence.yaml --- token-spray/api-orbintelligence.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 token-spray/api-orbintelligence.yaml diff --git a/token-spray/api-orbintelligence.yaml b/token-spray/api-orbintelligence.yaml new file mode 100644 index 0000000000..de9655a29c --- /dev/null +++ b/token-spray/api-orbintelligence.yaml @@ -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