Skip to main content

Offerwall API Overview

Written by GoKart Support

We provide two types of Offerwall API endpoints to give you flexibility and control over how offers are fetched and displayed:

The OfferWall SDK endpoints focus on retrieving the data needed for the offerwall user flow.

  • Get Offers – Returns a list of all available offers.

  • Get Offer Details – Returns detailed information for a specific offer.

  • Get Offer Link – Returns the tracking link for a specific offer.

The PubMember SDK endpoint returns in-progress or completed offers personalized to a specific user, factoring in their previous activity and interactions on the offerwall. Use this endpoint to show a user their progress and completed offer history.


Integration Tip:

For the best results, follow the integration instructions for both endpoint types. Using both allows you to:

  • Personalize offers for individual users.

  • Maintain consistent presentation across different areas of your app or platform.


Key Details

  • For details on how to handle new fields in our API schema, please see our SDK API Schema Disclaimer.

  • Authentication: No bearer token or API key is required when using the Offerwall or PubMember SDK endpoints. These endpoints are tenant-scoped and rely on publisher query parameters (e.g., pub_member_id).

Did this answer your question?