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

TetraScience Data App Providers API

The Data App Providers API from TetraScience — 3 operation(s) for data app providers.

TetraScience Data App Providers API is one of 35 APIs that TetraScience publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Data App Providers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, a changelog, and authentication docs.

This API exposes 6 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 4.0.

Requests are made against 5 base URLs: https://api.tetrascience.com, https://api.tetrascience-uat.com, https://api.tetrascience-dev.com, https://api.tetrascience-uat.com, api.tetrascience.com.

6 operations 3 paths 5 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
4.0
Base URL
https://api.tetrascience.com
Authentication
API Key, API Key, API Key
License
Proprietary
Resource Areas
1

Authentication & Security 3

TetraScience Data App Providers API declares 3 security schemes for authenticating requests. An API key is passed in the header as ts-auth-token (token). An API key is passed in the header as x-org-slug (orgSlug). An API key is passed in the header as ts-auth-token (tsAuthToken). By default, every request must be authenticated.

  • token — JWT Token for authentication
  • orgSlug — Your organization slug

Paths & Operations 6

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

Data App Providers 6
POST
/v1/dataapps/providers
Create a new Data App Provider
create-a-data-app-provider body → 201400503
GET
/v1/dataapps/providers
Fetch all data app providers
fetch-data-app-providers 5 params → 200400503
DELETE
/v1/dataapps/providers/{id}
Delete a Data App Provider
delete-a-data-app-provider 1 param → 200503
GET
/v1/dataapps/providers/{id}
Fetch a Data App Provider
fetch-a-data-app-provider 3 params → 200404503
PUT
/v1/dataapps/providers/{id}
Update a Data App Provider
update-a-data-app-provider 1 param body → 200400503
GET
/v1/dataapps/providers/templates
Fetch all data app provider templates
fetch-data-app-provider-templates → 200400503

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are DataAppProvider (10 properties), DataAppProviderSecret (6 properties), DataAppProviderTemplateField (4 properties), DataAppProviderTemplate (4 properties). Each schema is shown below with its type and property counts.

DataAppProvider
object
10 properties
DataAppProviderTemplate
object
4 properties
PaginatedDataAppProvider
object
2 properties
DataAppProviderSecret
object
6 properties
DataAppProviderTemplateField
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tetrascience-data-app-providers-api-openapi.yml Raw ↑

Other APIs TetraScience publishes across the network.

TetraScience Access Groups API
TetraScience Agents API
TetraScience ai-workflows API
TetraScience Attributes API
TetraScience Audit Trail API
TetraScience clusters API
TetraScience Commands API
TetraScience Connectors API
TetraScience Data Acquisition API
TetraScience Data Apps API
TetraScience databricks API
TetraScience Edit Subscriptions API