v1
latestOpenAPI 3.1.02026-07-2665153355.3 KBPopups
post/offering/offer/popup
Headers
x-publisher-tokenstring required
The publisher token
Request body
Example request
{
"publisherOfferId": "offer1",
"name": "Test_PopUp",
"description": "Best offer ever.",
"type": "PopUp",
"offerUiId": "64a55b82e06998282d3d9b59",
"offerExternalUiId": "b9c1e7a3d1f8b2a4c6e5d8f3"
}Response
Create a new Offer
Example response
{
"offerId": "655dc8a546822b3e7586b7b7",
"publisherOfferId": "offer1",
"name": "Test_PopUp",
"description": "N/A",
"type": "PopUp",
"createdBy": "API",
"createdAt": "2023-07-05T12:01:06.113Z",
"updatedAt": "2023-07-05T12:01:06.113Z"
}