The Pub Member API is a member-centric endpoint designed to return offer data specific to a user’s in-progress or completed activity. It is not intended to return the full list of available offers.
This API returns a filtered view of offers tied to a specific user, based on engagement status:
In Progress — Offers the user has started but not yet completed. Applies to multi-event offers where the user has completed conversions for the offer, but additional events are required to fully complete the offer. Completed — Offers the user has fully completed This is used for:
Showing a user their progress and completed offer history Supporting post-install engagement features (e.g. progress tracking) Powering a "Started or Completed Offers" sections Example Use Case: A user opens your app and wants to check their offer progress. You can call the Pub Member API with their unique ID to display only the offers they’ve already interacted with — keeping it focused and relevant. What It’s Not For
This API does not return all available offers for the user or publisher. If you need the full offer wall or catalog, use the Offerwall API instead.
✅ Best Practices
Use alongside your offerwall to build a full user journey Cache responses when possible to reduce repeated calls Do not use this API to power the offerwall display — it won’t return all or new offers