Skip to main content
GET
/
api
/
v1
/
hub
/
{hub_id}
/
access-check
Access Check
curl --request GET \
  --url https://api.member.dev/api/v1/hub/{hub_id}/access-check \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "attributes": {
      "has_access": true,
      "reason": "<string>"
    },
    "id": "<string>",
    "type": "access_checks"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hub_id
string
required

Query Parameters

section_id
string
required

Response

Successful Response

data
AccessCheckResource · object
required