POST /api/v4/tracking_events
Tracking Events

Request headers

Works for unauthorized users only for sign_up_progress: ["passwordPage", "name", "orgNameAndType", "orgRole"].
In other cases it needs an authentication token.
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Params

Param name Description
user
required

Validations:

  • Must be a Hash

user[email]
optional

Validations:

  • Must be a String

user[sign_up_progress]
optional

Validations:

  • Must be one of: passwordPage, name, orgNameAndType, orgRole, defaultLogo, logoBackgroundRemoval, colorExtraction, addColors, templateSelection.