API Reference
Last updated
Was this helpful?
All API endpoints are under /api/v2/ and require a valid OAuth2 Bearer token. See Using the API for authentication details.
https://<your-subdomain>.tahua.io/api/v2All list endpoints support cursor-based pagination using the following query parameters:
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.
Last updated
Was this helpful?
Was this helpful?