Welcome to the new Tahua Help Center!
For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Reference

All API endpoints are under /api/v2/ and require a valid OAuth2 Bearer token. See Using the API for authentication details.

Base URL

https://<your-subdomain>.tahua.io/api/v2

Pagination

All list endpoints support cursor-based pagination using the following query parameters:

Parameter
Type
Description

limit

integer

Number of results to return (default: 50, max: 50)

gt

integer

Return records with ID greater than this value

lt

integer

Return records with ID less than this value

To page forward, pass the id of the last record as gt. To page backward, pass the id of the first record as lt.

Resources

Last updated

Was this helpful?