Skip to main content
GET
/
api
/
v1
/
hub
/
{hub_id}
/
checkout-display
Portal Get Checkout Display
curl --request GET \
  --url https://api.member.dev/api/v1/hub/{hub_id}/checkout-display \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "attributes": {
      "hub_id": "<string>"
    },
    "id": "<string>",
    "relationships": {
      "displays": {}
    },
    "type": "checkout_displays"
  },
  "included": [
    {}
  ]
}

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

Response

Successful Response

data
CheckoutDisplayResource · object
required
included
Included · object[]
required