HTTP
Tracking Events
Track events in your backend into Swishjam
Track events
curl -X POST https://capture.swishjam.com/api/v1/event \
-H "X-Swishjam-Api-Key: swishjam-XXXXXXXX" \
-d '{"name": "teammate_invited", "attributes": {"invited_email": "jenny@swishjam.com", "user_id": "user_identifier_who_sent_invite" }}'
- Replace swishjam-XXXXXXXX with your API key
- if you have questions or errors with this integration path email founders@swishjam.com for support.