cURL
curl --request POST \ --url 'https://api.example.com/api/v1/outbound_webhook?api_key=' \ --header 'Content-Type: application/json' \ --data ' { "endpoint": "<string>", "name": "<string>", "enabled": true } '
{ "message": "Data created successfully", "meta": {}, "data": { "endpoint": "<string>", "name": "<string>", "enabled": true } }
Create a new 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?