Gallery Platform API
Reference

Get an offer template

Returns a single saved offer template.

GET
/gallery/offer-templates/{id}

Returns a single saved offer template.

Authorization

bearerAuth offers:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: offers:read

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "id": "string",  "name": "string",  "subject": "string",  "intro": "string",  "created_at": "string",  "updated_at": "string"}