GET
/
stix2
/
{stix2id}
curl --request GET \
  --url https://app.onefirewall.com/api/v1/stix2/{stix2id} \
  --header 'Authorization: <api-key>'
"string"

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

stix2id
string
required

Threat Actor ID (IPv4, URL, Domain, File), at the moment we only provide information based on IPv4

Response

200 - application/json
The response body contains an array of STIX2 objects, for simplicy we not going to explain in details the content format, however we are using Standard STIX2 bundles, and more information can be found here: STIX™ Version 2.0

The response is of type string.