Get a Webhook Registration
Use this endpoint to retrieve a single webhook registration by ID. Only returns registrations belonging to the caller’s tenant. The signing secret is never included in this response.
Authorizations
JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.
Path Parameters
The unique identifier of the webhook registration.
Response
Indicates that the webhook registration was found and its details are returned.
The unique identifier of the webhook registration.
"550e8400-e29b-41d4-a716-446655440000"
The human-readable name of the registration.
"Operations webhook"
The HTTPS endpoint that receives event deliveries.
"https://hooks.example.com/transfer-events"
Whether the registration is active.
true
The timestamp when the registration was created.
"2026-02-01T15:30:00Z"
The timestamp of the last update.
"2026-02-01T15:30:00Z"
The event types this endpoint subscribes to. Absent when the registration receives every event type.
["transfer.completed"]
