Skip to main content
GET
/
table
/
{tableId}
/
permissions
Retrieve table permissions
curl --request GET \
  --url https://app.myhero.so/table/{tableId}/permissions \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "role": "owner",
    "isWorkspaceAccess": false,
    "referencingDocuments": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns the caller’s highest effective role (owner, admin, member, editor, or viewer) for the given table, together with whether access is granted via workspace membership and the list of referencing document IDs.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

tableId
string
required
Minimum string length: 1

Response

200 response

data
object
required