cURL
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>" } '
Returns the same information as GET /api/v1/urls/{url} but accepts the URL string in the request body instead of an internal ID.
/api/v1/urls/{url}
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
The URL string of the webpage
OK