API ReferenceManagementAudit
POST
/v1/mgmt/audit/event

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

userId?string
action?string
tenantId?string
type?string
actorId?string
data?object

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.

curl -X POST "https://api.descope.com/v1/mgmt/audit/event" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?