Skip to main content
GET
/
me
/
billing-portal-links
List billing portal links (one per hub with active sub)
curl --request GET \
  --url https://api.member.dev/me/billing-portal-links \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "code": "<string>",
      "detail": "<string>",
      "id": "<string>",
      "meta": {},
      "source": {}
    }
  ],
  "meta": {}
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response