Skip to main content

List all Number Group Memberships

GET 

/number_groups/:NumberGroupId/number_group_memberships

Returns a list of a Number Group's Memberships. The memberships are returned sorted by creation date, with the most recent appearing first.

Permissions

The API token must include the following scopes: Numbers.

Request

Path Parameters

    NumberGroupId uuidrequired

    Unique ID of the number group

Responses

OK

Schema

    links

    object

    selfstring
    firststring
    nextstring
    prevstring

    data

    object[]

  • Array [

  • iduuid

    The unique identifier of the Number Group Membership on SignalWire. This can be used to delete the membership programmatically.

    number_group_iduuid

    The unique identifier of the Number Group this membership is associated with.

    phone_number

    object

    A representation of the phone number this membership is associated with.

    iduuid
    namestring
    Example: Jenny
    numberstring
    Example: +15558675309
    capabilitiesstring[]
    Example: ["voice","sms","mms","fax"]
  • ]