Skip to main content
GET
/
table
/
all
/
{projectId}
/
id
List table IDs in a project
curl --request GET \
  --url https://app.myhero.so/table/all/{projectId}/id \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
object[]
required