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

Get all vulnerability detection for a specific company

Request

Company vulnerability detection

Query
pageinteger

Page number

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

Responses

Successful response containing LinkedIn ID and vulnerability detection data

Bodyapplication/json
linkedin_idstring
Example: "apple"
dataArray of objects
paginationobject
messagestring
Example: "No vulnerabilty detection found for this Linkedin Id"
Response
application/json
{ "linkedin_id": "apple", "data": [ {} ], "pagination": { "current_page": 1, "page_size": 1, "total_pages": 1, "total_items": 1 } }

Get company history

Request

Company history information

curl -i -X GET \
  https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompany-history \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing history

Bodyapplication/json
dataArray of objects
messagestring
Example: "No history available"
Response
application/json
{ "linkedin_id": "apple", "incidents": [ {} ] }

Get company applications assets

Request

Company asset informations

Query
pageinteger

Page number

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

Responses

Successful response containing company information, applications, and pagination data

Bodyapplication/json
linkedin_idstring

Unique identifier for the company on LinkedIn

Example: "google"
company_namestring

The official name of the company

Example: "Google"
websitestring

Official website URL of the company

Example: "https://goo.gle/3DLEokh"
industrystring

Industry category of the company

Example: "Software Development"
descriptionstring

A brief description of the company and its mission

Example: "A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone"
number_of_applicationsinteger

Total number of applications or technologies identified as being used by the company

Example: 2241
applicationsArray of objects

List of applications and technologies associated with the company

paginationobject

Information about the pagination of results

messagestring
Example: "No data available"
Response
application/json
{ "linkedin_id": "google", "company_name": "Google", "website": "https://goo.gle/3DLEokh", "industry": "Software Development", "description": "A problem isn't truly solved until it's solved for all", "number_of_applications": 2241, "applications": [ {} ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 } }

Underwriter

Operations

Vulnerability

Operations