cURL
API Reference
The Evntaly Web SDK allows developers to seamlessly track user events, identify users, and manage analytics through simple HTTP API calls.
Track Event API
Endpoint: POST https://evntaly.com/prod/api/v1/register/event
Description: Sends a custom event to Evntaly for tracking.
Example Response
Identify User API
Endpoint: POST https://evntaly.com/prod/api/v1/identify/user
Description: Associates user information with analytics events.
Example Response
Tips for Using cURL
Use Verbose Mode: Add
-v
to see detailed request and response headers.
Support
For additional help, contact support at support@evntaly.com.
Last updated