Get Event Status
Webhooks
Get Event Status
Retrieve the current processing status of a specific event
GET
Get Event Status
Get Event Status
GET https://api.baanx.com/v1/webhooks/events/{eventId}/status Retrieves the current processing status of a specific event.Overview
Returns a summary of the event’s current status — whether it is pending, processing, completed, or failed. Use this as a lightweight check when you don’t need the full delivery log detail.Authentication
This endpoint requires authentication via Bearer token:Request
Headers
Bearer token for authentication
Path Parameters
Unique identifier of the event
Request Example
Response
200 Success
Unique identifier for the event record
Business event identifier
Current processing status:
pending, processing, completed, failed, or skippedType of event (e.g.,
kyc.status.changed)Timestamp when the event was created
Timestamp when the event was processed (
null if not yet processed)Error Responses
Related Endpoints
GET /v1/webhooks/events- List all eventsGET /v1/webhooks/events/{eventId}/logs- View full delivery logs for this eventPOST /v1/webhooks/events/{eventId}/retry- Retry delivery if the event has failed