gokart-logo-v3
GoKart - Documentation - Offer Wall Integration
General Schemas

icon picker
Addtl Query Parameters

fields Query Parameter

The fields parameter allows you to request specific additional fields in the API response, reducing payload size and improving performance.
Available Fields
epc — Earnings per click (numeric).
countriesIso2 — Array of country codes in ISO 3166-1 alpha-2 format (e.g., ["US", "CA"]).
countriesIso3 — Array of country codes in ISO 3166-1 alpha-3 format (e.g., ["USA", "CAN"]).
Example Request
GET https://api.brownboots.getgokart.ai/api/v1/offer-wall/offers?pub_member_id=test&fields=epc
Example Response
[
{
*All default fields...
"epc": 0
}
]
Notes
You can pass multiple field names separated with commas:
?fields=epc,countriesIso2
If fields is omitted, only default fields are returned.

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.