---
title: "Fetch Membership"
method: GET
path: "/communities/memberships/{id}"
tags: ["Communities::Membership"]
---

# Fetch Membership

`GET /communities/memberships/{id}`

Retrieve a community membership

## Path parameters

- `id` string, required

## Response `200`

OK

- CommunitiesMembershipAttributes — Communities::Membership
  - `id` integer — Membership ID
  - `public_id` string, nullable — Membership public ID
  - `community_id` integer — ID of the Community this membership belongs to
  - `moderator` boolean, nullable — Whether this member has moderator privileges in the community
  - `created_at` string, date-time — Created at
  - `updated_at` string, date-time — Updated at
  - `contact` object, nullable — The member Contact (null if the contact has been removed)
    - `id` integer — Contact ID
    - `public_id` string, nullable — Contact public ID
    - `email_address` string, nullable — Contact email address
    - `first_name` string, nullable — Contact first name
    - `last_name` string, nullable — Contact last name
    - `phone_number` string, nullable — Contact phone number

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/versions/ae6313eaa176/schema)
