GET
/
offer-templates
/
{id}
curl -X GET \
 /offer-templates/{id} \
 --header "Authorization: Bearer <token>"
{
  "id": "<string>",
  "name": "<string>",
  "sections": [
    "<string>"
  ],
  "type": "section"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

OfferTemplate identifier

Response

200
application/json
OfferTemplate resource
name
string
required
id
string
sections
string[]
type
enum<string>
default:
section
Available options:
section,
page