v1
latestOpenAPI 3.1.12026-07-242899061.7 MBLookup
Lookup
Resolve an RF entity ID to its name, type, and aliases.
get/entity-match/entity/{id}
Path parameters
idstring required
The Entity ID to lookup.
Response
OK
Example response
{
"data": {
"id": "L37nw-",
"type": "Organization",
"attributes": {
"name": "APT28",
"common_names": [
"Fancy Bear"
],
"alias": [
"Fancy Bear Hackers"
],
"is_threat_actor": true
}
}
}