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

Height Field Templates API

The Field Templates API from Height — 3 operation(s) for field templates.

Height Field Templates API is one of 9 APIs that Height publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Field Templates. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

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

3 operations 3 paths 4 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.height.app
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Height Field Templates API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

  • apiKey — The Height API uses API keys to authenticate requests. You can view your API key in the Height settings under API. ex: api-key secret1234

Paths & Operations 3

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

Field Templates 3
GET
/fieldTemplates
List all field templates
listAllFieldTemplates → 200
POST
/fieldTemplates/:id/options
Create an option for a field template
createFieldTemplateOption 1 param body → 200
PUT
/fieldTemplates/:id/options/:optionId
Update or delete an option for a field template
updateFieldTemplateOption 2 params body → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are FieldTemplateObject (7 properties), UpdateFieldTemplateOptionRequest (3 properties), CreateFieldTemplateOptionRequest (2 properties), ListAllFieldTemplatesResponse (1 property). Each schema is shown below with its type and property counts.

UpdateFieldTemplateOptionRequest
object
3 properties 1 required
ListAllFieldTemplatesResponse
object
1 property 1 required
CreateFieldTemplateOptionRequest
object
2 properties 1 required
FieldTemplateObject
object
7 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

height-field-templates-api-openapi.yml Raw ↑

Other APIs Height publishes across the network.

Height Activities API
Height Groups API
Height Lists API
Height Security Log Events API
Height Task Forms API
Height Tasks API
Height Users API
Height Workspace API