the account's control-plane audit trail (newest first).
GET
End-user session operationId: audit_trail/v1/dashboard/audit Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 Control-plane audit trail
{
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X GET "http://localhost:8080/v1/dashboard/audit" \Try it
live requestGET
http://localhost:8080/v1/dashboard/audit