gokart-logo-v2
GoKart - Documentation - Offer Wall Integration
API Release Notes

icon picker
API Release Notes 1.0.2

Modified endpoints

GET /api/v1/offer-wall/offer-details

Added fields to the response scheme
Name
Type
Sample
Notes
creatives
object
[
{
"order": 0,
"url": "https://test.test/img.png",
"metadata": "string"
},
{
"order": 1,
"url": "https://test.test/img2.png",
"metadata": null
}
]

There are no rows in this table

GET /api/v1/offer-wall/offers


Added fields to the response scheme
Name
Type
Sample
Notes
creatives
object
[
{
"order": 0,
"url": "https://test.test/img.png",
"metadata": "string"
},
{
"order": 1,
"url": "https://test.test/img2.png",
"metadata": null
}
]

There are no rows in this table

GET /api/v1/offer-wall/offer-details


Added fields to the scheme
Name
Type
Sample
Notes
creatives
object
[
{
"order": 0,
"url": "https://test.test/img.png",
"metadata": "string"
},
{
"order": 1,
"url": "https://test.test/img2.png",
"metadata": null
}
]

There are no rows in this table

POST /api/v1/integrations/offer-providers/custom/offers


Added fields to the payload scheme
Name
Type
Sample
Notes
creativeItems
object
[
{
"order": 0,
"url": "https://test.test/img.png",
"metadata": "string"
},
{
"order": 1,
"url": "https://test.test/img2.png",
"metadata": null
}
]

There are no rows in this table

Changed fields in the payload scheme
Name
Type
Sample
Notes
CreativeFileExternalUrl
string
The field is not required anymore
There are no rows in this table

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.