Webhooks
List available webhook event types
Return the full list of event type strings you can subscribe a webhook endpoint to. This endpoint is public and requires no authentication.
get/v1/webhook-events
Response
The available webhook event types.
Example response
{
"events": [
"offer.created",
"offer.redeemed",
"credential.issued",
"credential.claimed",
"credential.revoked",
"credential.suspended",
"credential.reactivated",
"presentation.created",
"presentation.verified",
"presentation.failed",
"schema.created",
"schema.version_created",
"trusted_issuer.added",
"trusted_issuer.updated",
"trusted_issuer.removed",
"framework.created",
"relying_party.added",
"relying_party.removed",
"key.rotated",
"member.added",
"member.updated"
]
}