1
Create or open a project
Create an account and log in at https://zangtable.com. You can create a project after logging in. Think of this “project” as your database.
2
Generate a Project API Token
From the “Projects” page, click the ellipses on your project and generate a new token. If you are already viewing your project details, click the Project Settings gear icon near the top center menu, open the “API Tokens” tab, and click “New API Token”.
3
Store the token server-side
Put the token in a server-side secret store or environment variable. Do not expose it to browser or mobile clients.
4
Call the API
Use the token as a Bearer token when calling the API Endpoint.
Create a table
Insert a row
List rows
All successful and failed JSON responses use the same envelope with
ok, data, error, request_id, and meta.generated_at.