Skip to main content
POST
/
integrations
/
{id}
/
test
Test integration
curl --request POST \
  --url https://xquik.com/api/v1/integrations/{id}/test \
  --header 'x-api-key: <x-api-key>'
Free — does not consume credits
curl -X POST https://xquik.com/api/v1/integrations/4/test \
  -H "x-api-key: xq_YOUR_KEY_HERE" | jq

Path parameters

id
string
required
The unique integration ID.

Headers

x-api-key
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.

Response

success
boolean
Always true when the test notification was sent successfully.
{ "success": true }
A test notification sends a sample event to verify connectivity. It does not create a real event or appear in delivery history.
Related: Get Integration to check settings, or List Deliveries to see actual delivery history.