curl --request GET \
--url https://api.devhelm.io/api/v1/audit-log \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"actorId": 123,
"actorEmail": "<string>",
"action": "<string>",
"resourceType": "<string>",
"resourceId": "<string>",
"resourceName": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z"
}
],
"page": 123,
"size": 123,
"totalElements": 123,
"totalPages": 123,
"hasNext": true
}curl --request GET \
--url https://api.devhelm.io/api/v1/audit-log \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"actorId": 123,
"actorEmail": "<string>",
"action": "<string>",
"resourceType": "<string>",
"resourceId": "<string>",
"resourceName": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z"
}
],
"page": 123,
"size": 123,
"totalElements": 123,
"totalPages": 123,
"hasNext": true
}API key (dh_live_...) or Auth0 JWT token