Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
Requiredfrom
stringto
stringuserIds
array<string>actions
array<string>devices
array<string>methods
array<string>geos
array<string>remoteAddresses
array<string>externalIds
array<string>tenants
array<string>noTenants
booleantext
stringexcludedActions
array<string>actorIds
array<string>size
integerFormat:
"int32"
page
integerFormat:
"int32"
searchFields
array<object>oldestFirst
booleanOK
Was this helpful?
Delete an authz schema POST
### Delete a Schema Delete an authz schema thus removing authz from your project. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Create Audit Event POST
### 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>`