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

Tettra Teams API

The Teams API from Tettra — 2 operation(s) for teams.

Tettra Teams API is published by Tettra on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Teams. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and rate-limit docs.

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

Requests are made against a single base URL, https://app.tettra.co/api.

2 operations 2 paths 5 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://app.tettra.co/api
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Tettra Teams API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (apiKey). By default, every request must be authenticated.

  • apiKey — API key for authentication. Available on Scaling and Enterprise plans. Determines the acting user for operations such as creating questions.

Paths & Operations 2

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

Teams 2
GET
/teams/{team_id}/search
Search pages
searchPages 3 params → 200401404
POST
/teams/{team_id}/questions
Create a question
createQuestion 1 param body → 200401404422

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are PageResult (7 properties), CreateQuestionRequest (6 properties), SearchResponse (3 properties), Category (3 properties). Each schema is shown below with its type and property counts.

Category
object
3 properties
CreateQuestionResponse
object
2 properties
SearchResponse
object
3 properties
CreateQuestionRequest
object
6 properties 2 required
PageResult
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tettra-teams-api-openapi.yml Raw ↑