post
https://webhook.api.sandbox.cleeng.com/endpoints
Creates a new webhook endpoint with auto-generated signing secret.
Note: The signing secret is returned only in this response - store it securely.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response Description
| Response | Type | Description / Example |
|---|---|---|
id | string | Example: "ep_2xK9mQ7vB4nR8pL5qM3wY" |
url | string | HTTPS URL to receive webhook deliveries. Example: "https://example.com/webhooks" |
name | string | Human-readable endpoint name. Example: "Production handler" |
status | array of strings | Endpoint status: active, paused |
events | array of strings | Event types this endpoint subscribes to |
signing: | object | Signing configuration including the full secret |
| array | "HMAC-SHA256" |
| string | Full whsec_-prefixed signing secret. Store securely - not shown again. |
| string | First characters of the signing secret for identification |
retry: | object | |
| integer | Maximum number of delivery attempts (1 initial + retries). Default: 4 |
metadata | object | Additional properties |
createdAt | string date-time | Endpoint creation time |
updatedAt | string date-time | Endpoint update time |
200Successful response

