Skip to main content

API Release Notes 1.0.2

Written by GoKart Support

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   }]

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   }]

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   }]

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

Added fields to the payload 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   }]

Changed fields in the payload scheme

Name

Type

Sample

Notes

CreativeFileExternalUrl

string

The field is not required anymore

Did this answer your question?