Rankiteo API (0.0.1-beta)

The Rankiteo API

Download OpenAPI description
Languages
Servers
Mock server

https://apidocs.rankiteo.com/_mock/openapi/

production

https://api.rankiteo.com/

General

Operations

Monitor

Operations

Underwriter

Operations

Get company incident details

Request

Company incident details

Security
KeyAuth
Query
incident_idstringrequired

Incident id identifier for the target incident

Example: incident_id=WES518052325
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getincidentdetail-by-id?incident_id=WES518052325' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing incident details

Bodyapplication/json
incident_idstring
Example: "WES518052325"
dataobject
Response
application/json
{ "incident_id": "WES518052325", "data": { "title": "West Lothian Council Ransomware Attack", "description": "West Lothian Council confirmed that ransomware actors have stolen personal and sensitive information stored on its education network\n", "date_detected": "2024-05-06", "date_publicly_disclosed": "2024-05-21", "type": "Ransomware", "attack_vector": "Ransomware", "threat_actor": "Interlock Gang", "motivation": "Financial", "impact": { … }, "affected_entities": [ … ], "response": { … }, "data_breach": { … }, "ransomware": { … }, "references": [ … ], "investigation_status": "Ongoing", "stakeholder_advisories": "Parents and carers at every school in West Lothian", "customer_advisories": "Contacting parents and carers, offering advice on phishing and password changes" } }

Get companies scoring data recently scanned

Request

Last scanned companies

Security
KeyAuth
Query
pageinteger

Page number

Example: page=1
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getlastcompaniesscanned?page=1' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Companies information response

Bodyapplication/json
dataArray of objects

List of companies

paginationobject

Pagination details

Response
application/json
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 2, "total_pages": 1, "total_items": 2 } }

Get similar company by crunchbase id

Request

Company Linkedin id

Security
KeyAuth
Query
crunchbase_idstringrequired

Crunchbase id identifier for the target company

Example: crunchbase_id=apple
pageinteger

Page number

Example: page=1
min_employee_countinteger

Minimum Employee Count

Example: min_employee_count=100
max_employee_countinteger

Maximum Employee Count

Example: max_employee_count=1000
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/underwriter-similar-crunchbase-company?crunchbase_id=apple&max_employee_count=1000&min_employee_count=100&page=1' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing linkedin ids

Bodyapplication/json
dataArray of objects
messagestring
Example: "No companies found"
Response
application/json
{ "crunchbase_id": "apple", "data": [ "ness-ses", "linkedin", "v-nova-ltd-", "blackbaud", "vmwarehorizon", "citrix", "kaseya", "software-ag", "redocly", "dynamicweb-software" ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 5, "total_items": 47 } }

Vulnerability

Operations