# Get or start a new public session **GET /api/cp/public_session** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Get or start a new public session #### Body: application/json (object) - **token** (string) - **person_first_name** (string) - **person_last_name** (string) - **person_email** (string) - **person_phone** (string) - **company_name** (string) - **company_email** (string) - **company_phone** (string) - **company_address** (string) - **company_address_street_level** (string) - **company_address_co** (string) - **company_address_city** (string) - **company_address_zip** (string) - **company_address_country** (string) - **person_address** (string) - **person_address_street_level** (string) - **person_address_co** (string) - **person_address_city** (string) - **person_address_zip** (string) - **person_address_country** (string) - **person_birthday** (string(date-time)) - **person_gender** (string) [Powered by Bump.sh](https://bump.sh)