Webhook
Webhooks operations
List Webhooks
GET
https://api.gotolstoy.com/webhooks
This endpoint returns a list of your webhooks.
Headers
Name
Type
Description
Authorization
string
Authorization token Bearer Token
Add Webhook
POST
https://api.gotolstoy.com/webhooks/
Add a Webhook for an event Available events: - response_summary - collected_info - conversion
Headers
Name
Type
Description
Authorization
string
Authorization token - Bearer Token
Request Body
Name
Type
Description
event
string
The event you want to subscribe to
url
string
The url to send the event to
Delete Webhook
DELETE
https://api.gotolstoy.com/webhooks/:id
Delete a webhook
Path Parameters
Name
Type
Description
id
string
Webhook id to delete
Headers
Name
Type
Description
Authorization
string
Authorization token - Bearer Token
Last updated
Was this helpful?