GET
/
urls
/
{url}
curl --request GET \
  --url https://app.onefirewall.com/api/v1/urls/{url} \
  --header 'Authorization: <api-key>'
{
  "url": "http://www.almaservice.it",
  "score": 54,
  "ts": 1695896501,
  "total_reports": 1,
  "total_members": 1,
  "tags": [
    "MARAVENTO",
    "OneFirewall"
  ],
  "elk_ts": "2023-09-28T10:21:41.000Z",
  "elk_entry_ts": "2023-09-28T10:21:41.000Z",
  "entry_ts": 1695896501
}

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

url
string
required

URL you wishing to gain information (must be valid format and URL Encoded)

Response

200 - application/json

The response is of type string.