cURL
curl --request GET \ --url https://api.monitor.weborion.io/api/v1/batch_jobs \ --header 'Authorization: Bearer <token>'
Lists all batch jobs for the current user. Only the last 200 of each batch job type are returned.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
OK