Skip to main content
GET
/
api
/
v1
/
admin
/
teams
/
{team_id}
/
hubs
/
{hub_id}
/
report-reasons
List Report Reasons
curl --request GET \
  --url https://api.member.dev/api/v1/admin/teams/{team_id}/hubs/{hub_id}/report-reasons \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "attributes": {
        "hub_id": "<string>",
        "label": "<string>",
        "is_active": true,
        "position": 0
      },
      "id": "<string>",
      "type": "report_reasons"
    }
  ]
}

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

data
ReportReasonResource · object[]
required