---
title: "Get number group membership"
method: GET
path: "/api/relay/rest/number_group_memberships/{id}"
tags: ["Number Group Membership"]
---

# Get number group membership

`GET /api/relay/rest/number_group_memberships/{id}`

Retrieves the details of a number group membership.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Numbers_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- NumberGroupMembershipResponse — Response containing a single number group membership.
  - `id` string, uuid, required — Universal Unique Identifier.
  - `number_group_id` string, uuid, required — Universal Unique Identifier.
  - `phone_number` MembershipPhoneNumber, required — Phone number representation within a membership.
    - `id` string, uuid — Universal Unique Identifier.
    - `name` string — The name given to the phone number.
    - `number` string — The phone number in E.164 format.
    - `capabilities` string[] — The capabilities of the phone number.
  - `created_at` string, required — The date and time when the membership was created.
  - `updated_at` string, required — The date and time when the membership was last updated.

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — The request failed validation. See errors for details.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/revisions/7a9eb5f67855/schema)
