# Get Contact: Get Contact Lists

Retrieve all contact lists for a specific contact. You will receive information on the status of the contact for each list. Information about lists deleted within the last 60 days will be returned as well, since those are soft-deleted and can be reinstated. To obtain a valid contact_ID, first call GET /v3/REST/contact to list your contacts.

Endpoint: GET /v3/REST/contact/{contact_ID}/getcontactslists
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `contact_ID` (integer, required)
    Unique numeric ID of the contact you want to retrieve the contact lists for.
    Example: 1000

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.ListID` (integer)
    Unique numeric ID assigned to this contact list.

  - `Data.IsUnsub` (boolean)
    Indicates whether the contact is unsubscribed from this List ID or not.

  - `Data.SubscribedAt` (string)
    Indicates when the contact was subscribed to this list ID.

> Note: Returns values only for accounts created after April 5th, 2018.

  - `Data.IsActive` (boolean)
    Legacy Property - Inidcates whether the subscription for this contact is active or not. Please use IsUnsub instead.

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
