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

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Pfadparameter

id
string
erforderlich

OfferTemplate identifier

Antwort

OfferTemplate resource

name
string
erforderlich
id
string
sections
string[]
type
enum<string>
Standard:section
Verfügbare Optionen:
section,
page
Beispiel:

"section"