cURL
curl --request GET \ --url https://api.monitor.weborion.io/api/v1/user/activity_log \ --header 'Authorization: Bearer <token>'
Lists activity logs for the user’s account. Only logs from the last 3 months are available. The response is paginated.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
OK