Skip to main content
GET
/
api
/
v1
/
hub
/
{team_id}
/
hubs
/
{hub_id}
/
me
/
profile-attributes
Get Me Profile Attributes
curl --request GET \
  --url https://api.member.dev/api/v1/hub/{team_id}/hubs/{hub_id}/me/profile-attributes \
  --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.

Path Parameters

team_id
string
required
hub_id
string
required

Response

Successful Response