cURL
curl --request GET \ --url https://api-sandbox.appcharge.com/components/v1/offer-design/{externalId} \ --header 'x-publisher-token: <api-key>'
{ "id": "507f1f77bcf86cd799439011", "offerUiType": "SpecialOffer", "name": "Summer Special", "externalId": "summer_special_offer", "backgroundImageUrl": "https://cdn.appcharge.com/507f1f77bcf86cd799439011_background.png", "title": { "text": "Limited Time Offer", "fontColor": "#FFFFFF", "fontSize": 16, "fontWeight": "bold" }, "externalBackgroundImageUrl": "https://example.com/images/summer-special.png" }
Retrieves the details of a specific offer design.
Publisher token, as displayed in the Publisher Dashboard.
Design ID that you defined.
"summer_special_offer"
Offer design details retrieved successfully.
Response schema for a special offer design.
Was this page helpful?