Skip to main content
GET

Authorizations

Authorization
string
header
required

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

Path Parameters

template_id
string
required

Response

Successful Response

A reusable edit template: an empty PDF and the form_fields defined on it.

id
string
required

Unique identifier of the template.

name
string
required

Name of the template.

file
FileRef · object
required

File information for the empty PDF template.

form_fields
FormField · object[] | null

Form fields attached to the template.

field_count
integer | null
default:0

Number of form fields in the template.

created_at
string<date-time> | null

Timestamp of creation.

updated_at
string<date-time> | null

Timestamp of last update.