Skip to main content
GET
/
v1
/
audit
/
logs
Retrieve Audit Logs
curl --request GET \
  --url https://api.scoutline.com/v1/audit/logs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "action": "<string>",
    "userId": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "metadata": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of audit log entries

id
string
action
string
userId
string
timestamp
string<date-time>
metadata
object