Skip to main content
POST
/
api
/
v1
/
urls
/
get_by_url
Get a webpage by URL string
curl --request POST \
  --url https://api.monitor.weborion.io/api/v1/urls/get_by_url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'

Authorizations

Authorization
string
header
required

Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.

Body

application/json
url
string
required

The URL string of the webpage

Response

200

OK