# Create **POST /v1/waiting-lists/** Create Waiting List ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (array[object]) Request for creating a new waiting list record - **studentId** (string) Student ID - **classId** (string) Class ID ## Responses ### 200 successful operation #### Body: application/json (array[object]) - **id** (string) id - **companyId** (string) Company ID - **classId** (string) Class ID - **studentId** (string) Student ID - **createdAt** (string(date-time)) Created date ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 422 Validation error #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)