Skip to main content
GET
/
api
/
v1
/
hub
/
{hub_id}
/
checkout
/
readiness
Pre-flight readiness check for hub checkout
curl --request GET \
  --url https://api.member.dev/api/v1/hub/{hub_id}/checkout/readiness \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "code": "<string>",
      "detail": "<string>",
      "id": "<string>",
      "meta": {},
      "source": {}
    }
  ],
  "meta": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

hub_id
string
required

Response

Successful Response