Reference
Get an invoice template
Returns one named invoice presentation template.
Returns one named invoice presentation template.
Authorization
bearerAuth gallery:readAuthorizationBearer <token>
A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: gallery: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", "is_default": true, "header_markdown": "string", "footer_markdown": "string", "terms_markdown": "string", "payment_instructions_markdown": "string", "default_caption": "string", "accent_color": "string", "font_family": "sans", "font_id": "string", "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Delete an invoice template DELETE
Deletes a named invoice presentation template. Invoices using it fall back to the gallery baseline. Requires the gallery:write scope (key) or editor membership (user).
List the gallery's invoice templates GET
Returns the gallery's named invoice presentation templates, the default first.