Authorize Webhook Access

get/api/v2/internal/webhook/{webhookId}/authorize

Verify if the authenticated user has admin access to a webhook. Called internally by NCC before allowing retriggering of webhook notifications.

Path Parameters

  • webhookIdstringRequired
    Webhook public id
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

authorized boolean required
Whether the user is authorized
userId string required
The authenticated user's public ID

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id