Testing: Integrations
Test webhooks, Stripe, and integration health.
Demo Credentials
| Role | Password | Tenant | |
|---|---|---|---|
| Admin | daniel.harris@example.com | Demo1234! | demo-association |
Test 1: Integration Dashboard
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Click Integrations in the sidebar
- ✅ See integration dashboard with status of all connections
curl -s https://ams.14.jugaar.ai/api/v1/integrations/dashboard \
-H "Authorization: Bearer $TOKEN"
Test 2: Webhooks
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the webhooks section
- ✅ See configured webhooks
curl -s https://ams.14.jugaar.ai/api/v1/integrations/webhooks \
-H "Authorization: Bearer $TOKEN"
Test 3: Integration List
- 🔵 Advanced — API / Code
curl -s https://ams.14.jugaar.ai/api/v1/integrations/ \
-H "Authorization: Bearer $TOKEN"