# Get Opt-in Process Returns the complete data of an opt-in process. Endpoint: GET /list/{listid} Version: 0.0.0 ## Path parameters: - `listid` (string, required) ## Response 200 fields (application/json): - `listid` (integer) The list id Example: 16 - `name` (string) The list name Example: "my optin process" - `usesingleoptin` (boolean) Use single opt-in - `pendingurl` (string) Pending url Example: "https://mypending.com" - `thankyouurl` (string) Thank you url Example: "https://mythankyou.com" - `resendconfirmationemail` (boolean) Resend confirmation email - `usechangeemail` (boolean) Use change email