API ReferenceWebhooks
Retrieve Webhook
GET
/v1/webhooks/{webhookId}Retrieve a specific Webhook by providing its ID.
Roles
adminissuermanaged-issuer
Analytics Events
WEBHOOK_RETRIEVE_STARTWEBHOOK_RETRIEVE_SUCCESSWEBHOOK_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
webhookId*string
The requested Webhook ID.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/webhooks/41458e5a-9092-40b7-9a26-d4eb43c5792f"{ "id": "0c099611-19c4-4f29-8724-6b9e5ba1ef7c", "events": [ "OpenIdCredentialIssued" ], "url": "https://example.com", "disabled": false}How would you rate this page?