Skip to main content
GET
/
auth
/
action
/
logs
List Audit Logs
curl --request GET \
  --url https://api.dfns.io/auth/action/logs \
  --header 'Authorization: Bearer <token>'
"<string>"

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Auth:Logs:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Query Parameters

startTime
string<date-time>
required
endTime
string<date-time>
required
userId
string

Response

200 - application/json

Success

The response is of type string.

I