Ivandt logo

List templates

List templates

Retrieves all templates for your account, ordered by creation date (newest first).

Use cases:

  • Display available templates in your UI
  • Select a template for a new import
  • Manage your template library
GET
/templates

Response Body

curl -X GET "https://api.ivandt.com/v1/templates"
[
  {
    "id": "string",
    "key": "string",
    "clientId": "string",
    "schema": {
      "property1": null,
      "property2": null
    },
    "source": "studio",
    "metadata": {
      "property1": null,
      "property2": null
    },
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]