Troubleshooting
Last updated
Was this helpful?
Was this helpful?
GET /api/audit_logs HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 1,
"items": [
{
"id": "xxxxxx",
"created_at": "2020-01-01T00:00:00Z",
"source": "",
"ip": "127.0.0.1",
"action": "UPDATE",
"object_type": "BLACKLISTED_NUMBER",
"user_name": "example",
"object_name": "example",
"old_state": "",
"new_state": ""
}
]
}GET /api/event_logs HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 1,
"items": [
{
"id": "xxxxxx",
"created_at": "2020-01-01T00:00:00Z",
"level": "INFO",
"source": "",
"message": ""
}
]
}