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