Skip to main content
GET
Get User Templates
The /templates endpoint retrieves all private templates belonging to the authenticated user.

Request

string
required
Your API key for authentication.

Response

Returns an array of template objects. Each template includes:
string
The unique identifier for the template.
string
The name of the template.
string
The description of the template.
string
The category of the template.
array
The tags associated with the template.
integer
The number of times this template has been used.
array
The field definitions for the template, from the latest version of the template. Each field follows the same structure as described in the suggest-fields response.
boolean
Whether the template is public or private.
string
The ID of the user who owns this template.
string
When the template was created (ISO 8601 format).
string
When the template was last updated (ISO 8601 format).

Examples

Example Request

Example Response

Error Codes