Skip to main content
GET
/
api
/
v1
/
hubs
/
{slug}
/
pages
/
{page_type}
Portal Get Anon Page Render
curl --request GET \
  --url https://api.member.dev/api/v1/hubs/{slug}/pages/{page_type} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Path Parameters

slug
string
required
page_type
string
required

Response

Successful Response