cURL
curl --request POST \ --url https://api.velt.dev/v2/workspace/webhookconfig/get \ --header 'x-velt-api-key: <x-velt-api-key>' \ --header 'x-velt-auth-token: <x-velt-auth-token>'
{ "result": { "status": "success", "message": "Webhook configuration retrieved successfully.", "data": { "useWebhookService": false, "webhookServiceConfig": { "authToken": "", "rawNotificationUrl": "", "processedNotificationUrl": "" } } } }
x-velt-api-key
x-velt-auth-token
POST https://api.velt.dev/v2/workspace/webhookconfig/get
{ "data": {} }
{ "error": { "status": "PERMISSION_DENIED", "message": "Invalid API key." } }
Was this page helpful?
Contact support