1. /COMPANIES
1.1 GET /companies
Get all company data. Returns indicator data for all companies.
REQUEST
No request parameters
RESPONSE
STATUS CODE - 200: Returns a JSON array of objects containing company indicator data for all companies.
Name
Type
Description
companies
array
_id
string
Company ID
_source
object
@timestamp
integrer
Unix creation timestamp in milliseconds, UTC
asn
array
cidr
array
company
string
Company name
created_by
string
Email address of the RedXray user who created the company
STATUS CODE - 401: Missing or invalid API token.
STATUS CODE - 403: Account disabled, or user role prevents access to this resource.
STATUS CODE - 500: Unexpected error.
1.2 POST /companies
Add a new company
REQUEST - REQUEST BODY - application/json
Name
Type
Description
asn
array
cidr
array
company
string
Company name
domain
array
keywords
array
whois
array
RESPONSE - RESPONSE MODEL - application/json
STATUS CODE - 200: Company added
Name
Type
Description
company_id
string
company_id of the new company
success
string
REDXRAY is now working in the background to enrich your company data. The new company will appear in your company list when enrichment is complete. Usually this only takes a few minutes but can take longer with companies with a large number of indicators.
STATUS CODE - 400: Invalid company data.
STATUS CODE - 401: Missing or invalid API token.
STATUS CODE - 403: Account disabled, or user role prevents access to this resource.
STATUS CODE - 500: Unexpected error
Last updated
Was this helpful?