API ReferenceWebhooks

List webhook endpoints

GET /rest/v1/webhook_endpoints

GET
/webhook_endpoints
AuthorizationBearer <token>

Authorization: Bearer nbl_live_... (or nbl_test_... for test mode). Test-mode writes are validated and simulated but never persisted and never touch channels; simulated results are marked simulated.

In: header

Response Body

application/json

curl -X GET "https://example.com/webhook_endpoints"
{  "object": "list",  "data": [    {      "id": "whe_4b8s1",      "object": "webhook_endpoint",      "url": "http://example.com",      "events": [        "order.created"      ],      "status": "enabled",      "created_at": "2019-08-24T14:15:22Z"    }  ]}

Last updated on July 28, 2026

Need help?

The API is in private beta — email us and a human replies, usually within one business day.