cURL
curl --request POST \ --url https://api.us.vartiq.com/webhooks \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "appId": "<string>", "projectId": "<string>", "url": "<string>", "customHeaders": [ { "key": "<string>", "value": "<string>" } ], "authMethod": "<string>", "userName": "<string>", "password": "<string>", "apiKey": "<string>", "apiKeyHeader": "<string>", "hmacHeader": "<string>", "hmacSecret": "<string>" } '
{ "success": true, "message": "<string>", "data": { "id": "<string>", "name": "<string>", "url": "<string>", "customHeaders": [ { "key": "<string>", "value": "<string>" } ], "headers": [ { "key": "<string>", "value": "<string>" } ], "authMethod": { "method": "<string>", "hmacHeader": "<string>", "hmacSecret": "<string>", "apiKey": "<string>", "apiKeyHeader": "<string>", "userName": "<string>", "password": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.vartiq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vartiq.com/llms.txt
Use this file to discover all available pages before exploring further.
Show Custom Header Object
Show Properties
Show Header Object
{ "success": true, "message": "Webhook created successfully", "data": { "id": "wh_01JT39DVQGKA1RV4QNJ1VFRNW2", "name": "heelo", "url": "https://exp.com", "secret": "01JT39DVQJW3A49TR3XXFVM939", "customHeaders": [ { "key": "x-app", "value": "x-value" } ], "headers": [ { "key": "Content-Type", "value": "application/json" } ], "authMethod": { "hmacHeader": "x-Vartiq-signature", "hmacSecret": "uPvKnaxMwD1gHs1uFNJh-UEn3D5ha5WZcS3WTMVUExY", "method": "hmac" }, "createdAt": "2025-04-30T12:06:00.703Z", "updatedAt": "2025-04-30T12:06:00.703Z" } }