gokart-logo-v2
GoKart - Documentation
Offer-Centric

icon picker
Get Offer Link

Liubomyr Maievskyi

Endpoint

api/v1/offer-wall/offer-link

Parameters

Parameters for Offer Link
Field Name
Type
Description
Examples
1
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
1
url
string/text
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 ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.