# Create whitelabel offer **POST /v1/services/{service_uuid}/deposits/whitelabel** For this endpoint you need to pass item ids in an array from get user inventory endpoint. Item ids start with single letter "i" ## Servers - https://api.skinsmoney.gg: https://api.skinsmoney.gg () ## Authentication methods - Default ## Parameters #### Path parameters - **service_uuid** (uuid) Service ID ## Body parameters Content-type: application/json - **tradeUrl** (TradeURL) User TradeUrl - **locale** (char(2)) User locale - **currencyCode** (char(3)) User currency - **appid** (integer) Steam App ID (CS2 = 730) - **custom** (string) - **steamId** (string) - **items** (array[string]) Array of skin ids which will be traded (item id must start with "i") ## Responses ### 200: #### Body Parameters: application/json (object) - **success** (boolean) - **type** (string) - **data** (object) ### 400: Invalid tradeUrl #### Body Parameters: application/json (object) - **success** (boolean) - **type** (string) - **message** (string) - **data** (object) [Powered by Bump.sh](https://bump.sh)