Get a single offer template
offer-template:read
curl -X GET \ /offer-templates/{id} \ --header "Authorization: Bearer <token>"
{ "id": "<string>", "name": "<string>", "sections": [ "<string>" ], "type": "section" }
Value for the Authorization header parameter.
OfferTemplate identifier
OfferTemplate resource
Was this page helpful?