cURL
curl -X POST \ /offer-templates \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "name": "", "sections": [ "" ], "type": "section" }'
{ "id": "<string>", "name": "<string>", "sections": [ "<string>" ], "type": "section" }
Create a new offer template
offer-template:write
Value for the Authorization header parameter.
The new OfferTemplate resource
section
page
"section"
OfferTemplate resource created
Was this page helpful?