Skip to main content
GET
List templates for a store

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

store
string
required

The unique identifier of the store.

Example:

"waxhsjr47zsl"

Query Parameters

pageSize
string

The maximum number of templates to return. Default is 50, max is 1000.

Example:

"20"

pageToken
string

A page token received from a previous ListTemplates call for pagination.

Response

200 - application/json

Successfully fetched templates.

templates
object[]
required

List of templates

nextPageToken
string

Token for retrieving the next page of results