GET
/
domains
/
{domain_name}
curl --request GET \
  --url https://app.onefirewall.com/api/v1/domains/{domain_name} \
  --header 'Authorization: <api-key>'
{
  "domain": "ukfoyr.com",
  "score": 88,
  "ts": 1693526732,
  "total_reports": 1,
  "total_members": 1,
  "tags": [
    "CTA",
    "OneFirewall"
  ],
  "elk_ts": "2023-09-01T00:05:32.000Z",
  "elk_entry_ts": "2023-09-01T00:05:32.000Z",
  "entry_ts": 1693526732
}

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

domain_name
string
required

Domain name you wishing to gain information (must be valid format)

Response

200 - application/json

The response is of type string.