v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Tenant Templates

List Templates in Tenant

Lists a tenant's notification templates, each carrying its version and published timestamp. Paged.

get/tenants/{tenant_id}/templates

Path parameters

tenant_idstring required

Id of the tenant for which to retrieve the templates.

Query parameters

limitinteger nullable

The number of templates to return (defaults to 20, maximum value of 100)

cursorstring nullable

Continue the pagination with the next cursor

Response

has_moreboolean required

Set to true when there are more pages that can be retrieved.

urlstring required

A url that may be used to generate these results.

next_urlstring nullable

A url that may be used to generate fetch the next set of results. Defined only when has_more is set to true

cursorstring nullable

A pointer to the next page of results. Defined only when has_more is set to true

type'list' required

Always set to list. Represents the type of this object.