Skip to main content
POST
/
v1
/
audit
/
events
Record a credential presentation event (e.g. credential.presented to Stripe)
curl --request POST \
  --url https://api.example.com/v1/audit/events \
  --header 'Content-Type: application/json' \
  --data '
{
  "credential_id": "<string>",
  "external_verifier_id": "<string>",
  "external_transaction_ref": "<string>",
  "external_session_ref": "<string>",
  "presented_claims": [
    "<string>"
  ],
  "correlation_id": "<string>",
  "ucp_checkout_id": "<string>"
}
'
{
  "recorded": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.beltic.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
event_type
enum<string>
required
Available options:
credential.presented
credential_id
string
required
Minimum string length: 1
external_verifier_id
string
required
Minimum string length: 1
external_transaction_ref
string
external_session_ref
string
presented_claims
string[]
correlation_id
string
ucp_checkout_id
string

Response

201 - application/json

Audit event recorded

recorded
boolean
required