Skip to main content

Overview

Taeh provides read-only API access for approved third-party integrations. Use the API to search people records from the current open event or from a specific event when you provide an eventId.
API access is managed through API clients and keys in the Taeh dashboard. Keys are shown once when created and are stored only as hashes.

Available endpoints

Search people

Search lost, found, and delivered people records with an API client key.

Shared behavior

  • Authentication uses Authorization: Bearer orion_live_<keyId>_<secret>.
  • API client requests are audited.
  • API clients only receive access to scopes assigned to their key.
  • The People endpoint requires the people:read scope.

Request conventions

  • JSON property names are camelCase.
  • Enum query values use names such as Male, Female, Lost, Found, and Delivered.
  • IDs are ULIDs.

Next pages

Search people

Learn how to search people records with an API client key.