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 subsidiaries list

Request

Company subsidiaries list

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

Responses

Successful response containing subsidiary information

Bodyapplication/json
linkedin_idstring
Example: "rankiteo"
subsidiaries_listArray of objects
paginationobject
messagestring
Example: "No data available"
Response
application/json
{ "linkedin_id": "rankiteo", "subsidiaries_list": [ { … } ], "pagination": { "current_page": 1, "page_size": 5, "total_pages": 1, "total_items": 5 } }

Rescan subdomain by vector id

Request

Rescan subdomain by vector id

Query
subdomainstringrequired

subdomain of company

Example: subdomain=google.com
risk_vector_idstringrequired

risk vector id

Example: risk_vector_id=674f9bfab40bb949f7649811
curl -i -X PUT \
  'https://apidocs.rankiteo.com/_mock/openapi/monitor-rescan-subdomain-by-vectorid?risk_vector_id=674f9bfab40bb949f7649811&subdomain=google.com' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response for scan request

Bodyapplication/json
messagestring
Example: "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon"
Response
application/json
{ "message": "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon" }

Rescan subdomain by vector type

Request

Rescan subdomain by vector type

Query
subdomainstringrequired

subdomain of company

Example: subdomain=google.com
risk_vector_typestringrequired

risk vector type

Example: risk_vector_type=DKIM
curl -i -X PUT \
  'https://apidocs.rankiteo.com/_mock/openapi/monitor-rescan-subdomain-by-vectortype?risk_vector_type=DKIM&subdomain=google.com' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response for scan request

Bodyapplication/json
messagestring
Example: "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon"
Response
application/json
{ "message": "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon" }

Underwriter

Operations

Vulnerability

Operations