Database
Get Items
Retrieve items from a specific table within a project.
GET
/
account
/
{project_id}
/
db
/
{table_name}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredThe ID of the project
table_name
string
requiredThe name of the table
Query Parameters
id
string