# Import shotgun assets **POST /import/shotgun/assets** Import Shotgun assets. Send a list of Shotgun asset entries in the JSON body. Returns created or updated assets with parent-child relationships. ## 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 asset - **code** (string) Asset code - **description** (string) Asset description - **sg_asset_type** (string) Asset type name - **project** (object) Project information - **parents** (array[object]) Parent assets ## Responses ### 200: Assets imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Asset unique identifier - **name** (string) Asset name - **description** (string) Asset description - **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)