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

Authorizations

Authorization
string
header
required

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

Headers

If-None-Match
string | null

Path Parameters

hub_id
string
required
identifier
string
required

Query Parameters

resolve
string | null

Response

Successful Response