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 history by crunchbase

Request

Company history information

Query
crunchbase_idstringrequired

Cruchbase identifier for the target company

Example: crunchbase_id=apple
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompany-history-crunchbase?crunchbase_id=apple' \
  -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", "crunchbase_id": "apple", "crunchbase_link": "https://www.crunchbase.com/organization/apple", "incidents": [ {} ] }

Get company history by domain

Request

Company history information

Query
domainstringrequired

Domain identifier for the target company

Example: domain=apple.com
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompany-history-domain?domain=apple.com' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing history

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

Get company history

Request

Company history information

Query
linkedin_idstringrequired

LinkedIn identifier for the target company

Example: linkedin_id=apple
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompany-history?linkedin_id=apple' \
  -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": [ {} ] }

Vulnerability

Operations