Create an endpoint
Create endpoint to start receiving webhook messages.
POST
https://sandbox-api.stilt.com/v1/webhooks/endpoints
Request Body
Name | Type | Description |
---|---|---|
url* | string | URL that will be receiving Onbo Webhooks. Must be unique. |
events | array | List of event types endpoint will be subscribed to. You can get all available event types from here. In case this param is not passed, the endpoint will be subscribed to all event types. |
description | string | Endpoint description |
Last updated