Skip to main content
POST
/
api
/
v1
/
batch_jobs
/
rebaseline
Create batch rebaseline job
curl --request POST \
  --url https://api.monitor.weborion.io/api/v1/batch_jobs/rebaseline \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url_ids": [
    123
  ]
}
'

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_ids
integer[]
required

Response

200

OK