# Get a member

Get details about a specific mailing list member

Endpoint: GET /v3/lists/{list_address}/members/{member_address}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `list_address` (string, required)
    The mailing list's address

  - `member_address` (string, required)
    The member's address

## Response 200 fields (application/json):

  - `address` (string)
    The email address of the mailing list

  - `name` (string)
    The name of the mailing list

  - `vars` (object)
    A JSON-encoded dictionary string with arbitrary parameters, e.g. {"gender":"female","age":27}

  - `subscribed` (boolean)
    Whether the member is subscribed or not

## Response 429 fields (application/json):

  - `message` (string)
    Error message


