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 Users API

The Users API from Height — 3 operation(s) for users.

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

Tagged areas include Users. 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 3 GET

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 Users 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 — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Users 3
GET
/users
Get all users
getUsers → 200
GET
/users/:id
Get a user
getUser 1 param → 200
GET
/users/me
Get the current user
getCurrentUser → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are EnabledUserObject (10 properties), InvitedUserObject (7 properties), ListAllUsersResponse (1 property). Each schema is shown below with its type and property counts.

ListAllUsersResponse
object
1 property
UserObject
InvitedUserObject
object
7 properties 6 required
EnabledUserObject
object
10 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

height-users-api-openapi.yml Raw ↑

Other APIs Height publishes across the network.

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