cURL
curl --request PUT \ --url 'https://api.example.com/api/v1/outbound_webhook/{webhook_id}?api_key=' \ --header 'Content-Type: application/json' \ --data ' { "endpoint": "<string>", "name": "<string>", "enabled": true } '
{ "message": "Data updated successfully", "meta": {}, "data": { "endpoint": "<string>", "name": "<string>", "enabled": true } }
Update Webhook
Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.
in-
Successful Response
Show child attributes
Was this page helpful?