Skip to content
gokart-logo-v3
GoKart - Documentation - Offer Wall Integration
  • Pages
    • Welcome
    • Glossary
    • SDK API Schema Disclaimer
    • API Release Notes
      • API Release Notes 1.0.1
      • API Release Notes 1.0.2
      • API Release Notes 1.0.3
      • API Release Notes 1.0.4
    • Integration with GoKart
      • 1. Offer Wall Integration
        • Integration Options
          • URL
            • Example #1
            • Example #2
            • Example #3
            • Example #4
          • Iframe
            • Example #1
            • Example #2
            • Example #3
            • Example #4
          • API
            • v1
              • Offer-Centric
                • Get Offers
                  • Example
                • Get Offer Details
                • icon picker
                  Get Offer Link
                • Get Offer Link Redirect
              • PubMember-Centric
                • Get Offers
              • General Schemas
                • Response Data
                • Pagination
                • Filterting & Sorting
                • Addtl Query Parameters
          • API Rate Limits
      • 2. Conversion Callback Integration
        • Integration Options
          • API
            • Security Options
            • Schema: v1
    • Tracking Parameters
      • Publisher Parameters
        • pub_gender
        • pub_age
        • pub_geo_country
        • pub_geo_state
        • pub_postal_code
        • pub_sub_#
      • GoKart Parameters
      • Conversion Parameters
    • Monitoring
      • View, Click, Conversion
      • Event History Logs
    • Environments
      • Your Own Tenant
        • Your Web App
        • Your Web API
    • Live Technical Support

Get Offer Link

Endpoint

api/v1/offer-wall/offer-link

Parameters

Required Parameters for Offer Link
Field Name
Type
Description
Examples
viewId
string/text
A required unique identifier used to retrieve the specific offer link associated with a view.
“3fa85f64-5717-4562-b3fc-2c963f66afa6”
There are no rows in this table

Response

it returns the general response schema, more details below

Offer Link schema

Offer Link API Params
Field Name
Type
Description
Examples
url
Dynamically generated offer link that contains parameters specific to the user's click and offer, such as the country code and transaction ID.
“https://impact.io/c/3536079/1564299/18205?subid1=5468c28c-4825-406a-a623-6dfd07284376”
There are no rows in this table

Get the offer link for the selected offer.
Request:
GET https://api.brownboots.getgokart.ai/api/v1/offer-wall/offer-link?offerId=6bd57ffe-3eda-404c-9c7c-1bd466a18886&viewId=024bc172-f8ed-4ee4-868e-b40bff7f5fcd
Response:
{
"data": {
"url": "https://impact.io/c/3536079/1564299/18205?subid1=5468c28c-4825-406a-a623-6dfd07284376"
},
"responseId": "ec4b0694-86a3-4b3b-b75d-fc28769d354f",
"isSuccessful": true,
"responseTitle": "Success",
"responseType": "Success",
"messages": []
}
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.