# Contact List Signup by ID

Retrieve details about a specific subscription request done via a subscription widget. Provides details on signup and subscription confirmation IP, timestamp, subscription source etc. To obtain a valid signuprequest_ID, first call GET /v3/REST/contactslistsignup to list your subscription requests.

Endpoint: GET /v3/REST/contactslistsignup/{signuprequest_ID}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `signuprequest_ID` (integer, required)
    Unique numeric ID assigned to this subscription request.
    Example: 17000

## 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.ConfirmAt` (integer)
    Unix timestamp indicating when the contact completed the subscription confirmation.

  - `Data.ConfirmIp` (string)
    The IP address detected during the subscription confirmation.

  - `Data.ContactID` (integer)
    Unique numeric ID of the contact that made the subscription request.

  - `Data.Email` (string)
    Email address of the contact that made the subscription request.

  - `Data.ID` (integer)
    Unique numeric ID assigned to this subscription request.

  - `Data.ListID` (integer)
    Unique numeric ID of the contact list, to which the contact was subscribed.

  - `Data.SignupAt` (integer)
    Unix timestamp indicating when the contact made the subscription request.

  - `Data.SignupIp` (string)
    IP address detected when making the subscription request.

  - `Data.SignupKey` (string)
    Unique confirmation key, which will be added to the URL the contact will receive in their subscription confirmation email.

  - `Data.SourceId` (integer)
    The ID of the widget used for the subscription request.

  - `Data.Source` (string)
    Indicates the source, from which the signup request came.

  - `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
