# Import shotgun scenes **POST /import/shotgun/scenes** Import Shotgun scenes. Send a list of Shotgun scene entries in the JSON body. Returns created or updated scenes linked to sequences. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the scene - **code** (string) Scene code - **project** (object) Project information ## Responses ### 200: Scenes imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Scene unique identifier - **name** (string) Scene name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400: Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)