GET
/
v1
/
audit
/
logs
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/audit/logs
[
  {
    "id": "<string>",
    "organizationId": "<string>",
    "tokenId": "<string>",
    "endpoint": "<string>",
    "method": "<string>",
    "ts": 123,
    "body": {},
    "userId": "<string>"
  }
]

Response

200 - application/json
Get audit logs
id
string
required
organizationId
string
required
tokenId
string
required
endpoint
string
required
method
string
required
ts
number
required
body
object
required
userId
string