Audit
List Activity Types
Returns the list of all auditable activity types. Use this to understand what actions are tracked and to build filters when querying audit entries.
get/audit/v3/activity-types
Response
Successful response
Example response
{
"activity_types": [
{
"resource_type": "user, credential",
"action": "login, create, update, delete"
}
]
}