Skip to main content
GET
List templates registered for your organization. form_fields is omitted from the list response for performance — fetch a single template with GET /v1/edits/templates/{template_id} to see the full field list.

Authorizations

Authorization
string
header
required

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

Query Parameters

before
string | null
after
string | null
limit
integer
default:10
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc
name
string | null
sort_by
string
default:created_at

Response

Successful Response

A page of EditTemplate resources. data holds the items and list_metadata carries the before/after cursors; pass after to fetch the next page.

data
EditTemplate · object[]
required
list_metadata
ListMetadata · object
required

Boundary resource IDs for page navigation.