Gallery Platform API
Reference

List offer templates

Lists the gallery's saved offer templates (reusable subject + intro bodies), ordered by name.

GET
/gallery/offer-templates

Lists the gallery's saved offer templates (reusable subject + intro bodies), ordered by name.

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

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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