Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Templafy DataSources API

The DataSources API from Templafy — 2 operation(s) for datasources.

Templafy DataSources API is one of 17 APIs that Templafy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include DataSources. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 22 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://{tenantId}.api.templafy.com/v3.

5 operations 2 paths 22 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://api.templafy.com/v3
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Templafy DataSources API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth).

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

DataSources 5
GET
/data-sources
Lists all existing data sources.
→ 200401403
POST
/data-sources
Creates a new data source.
body → 201400401403404
GET
/data-sources/{id}
Gets an existing data source.
1 param → 200401403404
PATCH
/data-sources/{id}
Updates an existing data source.
1 param body → 204400401403404
DELETE
/data-sources/{id}
Deletes an existing data source.
1 param → 204401403404423

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are DataSourceObjectLockedProblemDetails (8 properties), ValidationProblemDetails (7 properties), NotFoundProblemDetails (6 properties), DataSourceFieldSchema (5 properties). Each schema is shown below with its type and property counts.

NumberFieldSchema
CreateDataSourceRequest
object
3 properties 1 required
DataSourceObjectLockedProblemDetails
object
The reason the resource is locked with an optional array of dependencies. Dependencies array is populated only when lockedReason is hardDependency and contains…
8 properties
UpdateDataSourceRequest
object
1 property
CreateDataSourceFieldSchemaRequest
object
3 properties 2 required
ValidationProblemDetails
object
7 properties
ReferenceFieldSchema
ImageFieldSchema
Dependency
object
The model describing a dependency.
3 properties
SourceEntityType
string
DataSource
object
4 properties 3 required
CreateReferenceFieldSchemaRequest
ColorThemeFieldSchema
LanguageFieldSchema
CreateImageFieldSchemaRequest
NotFoundProblemDetails
object
6 properties
FontFieldSchema
TextFieldSchema
DataSourceFieldSchema
object
5 properties 5 required
CreateNumberFieldSchemaRequest
CreateTextFieldSchemaRequest
LockReason
string
The reason the resource is locked. It is either because the resource is depended upon by another resource or the resource has restricted access and cannot be m…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

templafy-datasources-api-openapi.yml Raw ↑

Other APIs Templafy publishes across the network.

Templafy DataSourceFields API
Templafy DataSourceItemFields API
Templafy DataSourceItems API
Templafy Documents API
Templafy EmailElements API
Templafy Folders API
Templafy Images API
Templafy Libraries API
Templafy Links API
Templafy Pdfs API
Templafy Presentations API
Templafy SlideElements API