get
https://{yourinstance}.makaira.io/audit
Returns a list of audited entity types with their change counts, sorted alphabetically by title.
Returns a list of entity types that have audit log entries. Use these types with the Get audit log details endpoint.
Requires authentication.
Request
GET /audit
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON array of available audit log category identifiers.
Example Response
[
"synonym",
"antonym",
"redirect",
"experiment",
"stream",
"component",
"user"
]
