GET
/
v1
/
templates

Authorizations

Authorization
string
headerrequired

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

Query Parameters

page
number | null
default: 1
Required range: x > 1

Response

200 - application/json
hasNextPage
boolean
required

Is true if there is a next page.

hasPreviousPage
boolean
required

Is true if there is a previous page.

data
object[]
required

The list of templates.

Was this page helpful?