API overview

The Teak API lets you automate feedback collection and management from your own tools. Use it to manage projects, look up and update organizations, and post feedback without relying on the UI.

Send requests to https://www.useteak.com/api/v1. Requests with a body must use JSON and include Content-Type: application/json. We version the API in the URL to keep your integrations stable as we evolve.

Authenticate protected endpoints with a bearer token using the Authorization header. Generate API keys in your organization settings, then share them securely with the systems that need to call the API. Public feedback submissions do not require authentication.

Error responses

Validation and authentication errors follow a consistent format withsuccess: false and an error object.