POST
/v1/mgmt/audit/event
Create an audit log event, using a valid management key.
This API endpoint allows you to create an audit log utilizing various parameters and returns the results in JSON format.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
userId
string
action
string
tenantId
string
type
string
actorId
string
data
object
Status code | Description |
---|---|
200 | OK |
Was this helpful?