Get Webhook Endpoint
Webhooks
Get Webhook Endpoint
Retrieve a specific webhook configuration by ID
GET
Get Webhook Endpoint
Get Webhook Endpoint
GET https://api.baanx.com/v1/webhooks/{id} Retrieves a specific webhook configuration by ID.Overview
Returns webhook details including its URL, subscribed event types, active status, and a masked API key. Use this to inspect the current configuration of a single webhook.Authentication
This endpoint requires authentication via Bearer token:Request
Headers
Bearer token for authentication
Path Parameters
Unique identifier of the webhook configuration
Request Example
Response
200 Success
Unique identifier for the webhook configuration
Partner tenant identifier
Human-readable name for the webhook
HTTPS endpoint URL for webhook delivery
Masked API key (e.g.,
whk_****...****5678). Use Rotate Key if you need a new key.List of event types this webhook subscribes to
Whether the webhook is currently active
Custom metadata attached to the webhook
Timestamp when the webhook was created
Timestamp when the webhook was last updated
Error Responses
Related Endpoints
GET /v1/webhooks- List all webhook endpointsPUT /v1/webhooks/{id}- Update this webhookDELETE /v1/webhooks/{id}- Delete this webhookGET /v1/webhooks/{id}/logs- View delivery logs for this webhook