curl -X GET \
/offer-templates/{id} \
--header "Authorization: Bearer <token>"
{
"id": "<string>",
"name": "<string>",
"sections": [
"<string>"
],
"type": "section"
}
Get a single offer template
Required permissions: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?