# Get Opt-in Process

Returns the complete data of an opt-in process.

Endpoint: GET /list/{listid}
Version: 1.0.0

## Path parameters:

  - `listid` (integer, required)
    Internal ID of the opt-in process

## Response 200 fields (application/json):

  - `listid` (integer)
    The ID of the opt-in process
    Example: 45

  - `name` (string)
    The name of the opt-in process
    Example: my optin process

  - `usesingleoptin` (boolean)
    Use single opt-in
    Example: false

  - `pendingurl` (string)
    Pending url
    Example: https://mypending.com

  - `thankyouurl` (string)
    Thank you url
    Example: https://mythankyou.com

  - `resendconfirmationemail` (boolean)
    Resend confirmation email
    Example: false

  - `usechangeemail` (boolean)
    Use change email
    Example: false

