Badges V2 API: Sample Flows

This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation.

Set up a member tier system

You can create multiple badges that represent different membership tiers and arrange them in a hierarchy. This flow demonstrates creating multiple badges and managing their display order.

  1. Call Create Badge for each tier level starting with the highest tier. For example, "Gold Member". Then create additional tier badges following the same pattern for "Silver" and "Bronze" members.
  2. Call Query Badges to retrieve all created badges and collect their IDs.
  3. Call Update Badges Display Order to arrange the badge IDs in the desired display order.
  4. Call Bulk Create Badge Assignments to assign appropriate badges based on member activity or subscription level.
Did this help?