Partners Program: Sample Flows

This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation.

Display a partner's program standing

Show a partner their current level and how close they are to the next one, for example in a dashboard widget.

To display a partner's program standing:

  1. Call Get Overview to retrieve the calling partner's level and total points.
  2. If nextLevel is present, use its level and remainingPoints to show the next tier and how many more points the partner needs. If nextLevel is absent, the partner is at the highest level, LEGEND.

Show a partner's achievement breakdown

List the individual achievements that make up a partner's points, so they can see exactly what they've earned.

To show a partner's achievement breakdown:

  1. Call Query Achievements to retrieve the calling partner's achievements.
  2. For each achievement, read its points and achievementType to show how the achievement was earned and what it contributes.
  3. Optionally, sort by points or filter by achievementType to group the breakdown by how achievements were earned.

Last updated: 10 September 2026

Did this help?