Goals
Create Goal
Create a new goal. Supports up to 3 active goals; the oldest is deactivated if at max.
- title: The goal title/description (1-500 characters)
- goal_type: Type of goal metric: boolean, scale, or numeric (default: scale)
- target_value: Target value to achieve
- current_value: Current progress (default: 0)
- min_value: Minimum scale value (default: 0)
- max_value: Maximum scale value (default: 10)
- unit: Optional unit label (e.g., 'users', 'points')
post/v1/dev/user/goals
Request body
Response
Successful Response