List Webhook Endpoints
Webhooks
List Webhook Endpoints
Retrieve all webhook configurations for the authenticated partner
GET
List Webhook Endpoints
List Webhook Endpoints
GET https://api.baanx.com/v1/webhooks Retrieves all webhook configurations for the authenticated partner.Overview
Returns an array of webhook endpoints with their current status, subscribed event types, and masked API keys. Use this to audit your webhook configurations and check which endpoints are active.Authentication
This endpoint requires authentication via Bearer token:Request
Headers
Bearer token for authentication
Must be
application/jsonRequest Example
Response
200 Success
Returns an array of webhook configuration objects. API keys are masked for security.Unique identifier for the webhook configuration
Partner tenant identifier
Human-readable name for the webhook
HTTPS endpoint URL for webhook delivery
Masked API key used for signature verification (e.g.,
whk_****...****5678)List of event types this webhook subscribes to
Whether the webhook is currently active and receiving events
Custom metadata attached to the webhook
Timestamp when the webhook was created
Timestamp when the webhook was last updated
Error Responses
Related Endpoints
POST /v1/webhooks- Create a new webhook endpointGET /v1/webhooks/{id}- Get a specific webhook by IDPUT /v1/webhooks/{id}- Update a webhook configurationDELETE /v1/webhooks/{id}- Delete a webhook endpoint