List audit log categories

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

HeaderValue
AuthorizationBearer <token>

Response

Returns a JSON array of available audit log category identifiers.

Example Response

[
  "synonym",
  "antonym",
  "redirect",
  "experiment",
  "stream",
  "component",
  "user"
]
Headers
string
required

Makaira Instance ID

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json