This API endpoint allows you to track user events
POST https://app.satismeter.com/api/users
Request Headers:
Content-Type: application/json
Request Body:
{
"type": "track",
"userId": "007",
"event": "This is the event name",
"writeKey": "WRITE_KEY"
}
-
Replace the WRITE_KEY above with your real write key (see Integration Settings / API)