Skip to main content
GET
/
me
/
subscriptions
List all subscriptions (all hubs)
curl --request GET \
  --url https://api.member.dev/me/subscriptions \
  --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