v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Company

Lookup Company by domain

Resolve a domain to its associated company entity with risk scoring and threat intelligence enrichment.

get/company/by_domain/{domain}

Path parameters

domainstring required

Domain owned by Company

Query parameters

fieldsstring

The enrichment fields requested for the entities returned. Several fields can be given as a comma separated string.

See https://docs.recordedfuture.com/reference/enrichment-field-attributes for a list of values.

{"stackTrail":"components:parameters:MetadataParameter:schema","oasType":"schema","type":"unknown"}

Annotates the response with additional metadata explaining the response data elements.

commentstring

Response

Result of operation

metadataobject

Request metadata. Included when the metadata query parameter is set to true.

Example response

{
  "data": {
    "entity": {
      "id": "B_E7B",
      "provided_id": "B_E7B",
      "type": "Company",
      "name": "Microsoft"
    }
  }
}