Webhook Handling
Get User Webhook
GET
Overview
The “Get User Webhooks” endpoint allows users to retrieve all webhook configurations associated with their account in Toingg. By sending a POST request to the /get_user_webhooks
endpoint, users can access details of each webhook, including its name, event path, HTTP method, and any associated headers or JSON data. This functionality is crucial for reviewing and managing integrations with external systems, ensuring that webhooks are correctly configured to trigger the desired actions in response to specific events. The endpoint provides comprehensive information to support effective webhook management and alignment with business needs.
Example cURL Request
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
Successful Response
The response is of type any
.