GET
/
account
/
{project_id}
/
db
/
{table_name}
curl --request GET \
  --url https://api.basic.tech/account/{project_id}/db/{table_name} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer <token>

Path Parameters

project_id
string
required

The ID of the project

table_name
string
required

The name of the table

Query Parameters

id
string