Skip to content

Instantly share code, notes, and snippets.

@Sdy603
Forked from ivansnag/test_event
Created August 7, 2024 16:15
Show Gist options
  • Save Sdy603/4542365aea658a180503647551927a07 to your computer and use it in GitHub Desktop.
Save Sdy603/4542365aea658a180503647551927a07 to your computer and use it in GitHub Desktop.
Test Event for PlatformX
curl https://api.getdx.com/events.track -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <api key here>" \
-d '{"name": "your.event", "email": "[email protected]", "timestamp":"1680723287" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment