Skip to main content
GET
/
access
/
project
/
{projectId}
Check project access
curl --request GET \
  --url https://app.myhero.so/access/project/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
boolean
required