Skip to content

Instantly share code, notes, and snippets.

@ivansnag
Created June 4, 2024 02:07
Show Gist options
  • Save ivansnag/b9fdcaf32f9ff8304f38a78af9bff684 to your computer and use it in GitHub Desktop.
Save ivansnag/b9fdcaf32f9ff8304f38a78af9bff684 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