Send a test notification to verify the integration works
cURL
curl --request POST \ --url https://xquik.com/api/v1/integrations/{id}/test \ --header 'x-api-key: <x-api-key>'
curl -X POST https://xquik.com/api/v1/integrations/4/test \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
true
{ "success": true }
{ "error": "invalid_id", "message": "Invalid integration ID format" }
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
{ "error": "not_found", "message": "Integration not found" }
{ "error": "delivery_failed", "message": "Test notification could not be delivered" }
Was this page helpful?