# Create a booth provisioning data entry **POST /api/booths_provisioning** Allows you to create data for a booth's provisioning and upload certificates to S3. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ## Responses ### 201: Entity created #### Body Parameters: application/json (object) - **certificate_id** (string) ID of the certificate, inferred from the uploaded certs file - **completion_status** (string) Status of completion of the provisioning process. - **hw_configuration** (string) Specific HW configuration for the booth. - **new_password** (string) Randomly generated password for the PLC. - **old_password** (string) Password initially generated for the PLC. - **s3_certs_path** (string) Path in S3 where the booth's certificates are stored - **serial_number** (string) serial number of the booth the data belongs to ### 400: Bad request #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 409: Conflict #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)