v1
latestOpenAPI 3.1.12026-07-242899061.7 MBMatch
Match
Resolve human-readable entity names to Recorded Future entity IDs using fuzzy matching, with an optional type filter to narrow results to specific entity categories.
post/entity-match/match
Request body
Example request
{
"name": "WannaCry",
"type": [
"Malware"
]
}Response
Successful request - Returns a list of items or an empty list if no items were found.
Example response
[
{
"id": "TzghRB",
"name": "WannaCry 1.0",
"type": "Malware"
}
]