OpenAPI
Public read and trust endpoints exposed by the product application.
Open JSON schema →Telaro separates public trust reads from organization-scoped procurement. This page explains the boundary, authentication, and recovery rules for direct API consumers.
x-organization-id with tenant requests.Authorization: Bearer <organization-session>
x-organization-id: org_acme
idempotency-key: <unique-command-key>The product browser does not receive this bearer. It calls the same-origin /api/procurement gateway, which uses an HTTP-only, SameSite Strict cookie and requires Origin plus CSRF checks for commands. Membership is resolved from the authenticated wallet. Actor and organization identifiers in a request body cannot override that server context.
POST /api/v1/auth/sessions/current/refresh
DELETE /api/v1/auth/sessions/currentPublic read and trust endpoints exposed by the product application.
Open JSON schema →Private control plane routes, schemas, auth, and command requirements.
Open JSON schema →