GET
/
v1
/
templates
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
createdAt
string
required

The date and time the template was created.

id
string
required

The unique identifier of the template.

name
string
required

The name of the template.

Maximum length: 200
output
enum<string>
required

The output format of the template.

Available options:
PDF,
IMAGE
updatedAt
string
required

The date and time the template was last updated.

variables
object
required

The variables of the template.

Was this page helpful?