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
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
userIdstring
actionstring
tenantIdstring
typestring
actorIdstring
dataobject
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?