Webhooks
The URLs that are set must accept the POST request
Set Webhooks
POST
https://api.jelou.ai/v1/widget/webhooks/
Headers
Name | Type | Description |
---|---|---|
apikey* | String |
Request Body
Name | Type | Description |
---|---|---|
url* | String | |
events* | String[] |
Examples
No authentication is currently supported for webhooks.
Get Webhooks
GET
https://api.jelou.ai/v1/widget/webhooks/
Query Parameters
Name | Type | Description |
---|---|---|
event | String | Filter by event |
Headers
Name | Type | Description |
---|---|---|
apikey* | String |
Example
Delete Webhooks
DELETE
ttps://api.jelou.ai/v1/widget/webhooks/
Headers
Name | Type | Description |
---|---|---|
apikey* | String |
Request Body
Name | Type | Description |
---|---|---|
url* | String | |
event* | String |
Example
Last updated