> ## Documentation Index
> Fetch the complete documentation index at: https://developers.unbridaled.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Default Collections

> Get Default Collections for the bespoke collections on console. These values will be used with the `GetDiamondsByMerchant Template`. Requires any valid token.



## OpenAPI

````yaml get /api/v2/defaults/collections
openapi: 3.1.0
info:
  title: Unbridaled Marketplace Merchant API
  description: Developer API to integrate with Unbridaled Marketplace
  version: 1.0.0
servers:
  - url: https://api-staging.unbridaled.ai
    description: Sandbox API
  - description: Production API
    url: https://api.unbridaled.ai
security:
  - apikeyAuth: []
tags:
  - name: Diamonds
  - name: Inventory
  - name: Orders
  - name: Merchant Templates
  - name: Profit Margins
  - name: Defaults
  - name: Merchant Addresses
paths:
  /api/v2/defaults/collections:
    get:
      tags:
        - Defaults
      summary: Get Default Collections
      description: >-
        Get Default Collections for the bespoke collections on console. These
        values will be used with the `GetDiamondsByMerchant Template`. Requires
        any valid token.
      parameters:
        - name: Content-Type
          in: header
          schema:
            type: string
          example: application/json
      responses:
        '200':
          description: OK
          headers:
            Server:
              schema:
                type: string
                example: gunicorn/19.7.1
            Date:
              schema:
                type: string
                example: Thu, 20 Jan 2022 17:59:02 GMT
            Connection:
              schema:
                type: string
                example: close
            Content-Type:
              schema:
                type: string
                example: application/json
            Content-Length:
              schema:
                type: integer
                example: '4310'
            Access-Control-Allow-Origin:
              schema:
                type: string
                example: '*'
          content:
            application/json:
              schema:
                type: object
              example:
                - id: bespoke_single
                  product_settings:
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: null
                      ratio_min: null
                      shape: round
                      title: Round Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.55
                      ratio_min: 1.35
                      shape: oval
                      title: Oval Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.55
                      ratio_min: 1.3
                      shape: emerald
                      title: Emerald Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.55
                      ratio_min: 1.3
                      shape: radiant
                      title: Radiant Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.6
                      ratio_min: 1.45
                      shape: pear
                      title: Pear Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.6
                      ratio_min: 1.45
                      shape: pear
                      title: Asscher Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.054
                      ratio_min: 1
                      shape: princess
                      title: Princess Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.054
                      ratio_min: 1
                      shape: cushion
                      title: Square Cushion Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 1.2
                      ratio_min: 1.1
                      shape: cushion
                      title: Rectangular Cushion Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_single
                      mode: SINGLE
                      ratio_enabled: true
                      ratio_max: 2
                      ratio_min: 1.9
                      shape: marquise
                      title: Marquise Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                  title: Bespoke Single
                - id: bespoke_pair
                  product_settings:
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: null
                      ratio_min: null
                      shape: round
                      title: Round Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.55
                      ratio_min: 1.35
                      shape: oval
                      title: Oval Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.55
                      ratio_min: 1.3
                      shape: emerald
                      title: Emerald Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.55
                      ratio_min: 1.3
                      shape: radiant
                      title: Radiant Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.6
                      ratio_min: 1.45
                      shape: pear
                      title: Pear Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.6
                      ratio_min: 1.45
                      shape: pear
                      title: Asscher Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.054
                      ratio_min: 1
                      shape: princess
                      title: Princess Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.054
                      ratio_min: 1
                      shape: cushion
                      title: Square Cushion Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 1.2
                      ratio_min: 1.1
                      shape: cushion
                      title: Rectangular Cushion Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                    - collection_id: bespoke_pair
                      mode: PAIR
                      ratio_enabled: true
                      ratio_max: 2
                      ratio_min: 1.9
                      shape: marquise
                      title: Marquise Diamond
                      types:
                        - mined
                        - lab grown
                      weight_max: 10
                      weight_min: 0
                  title: Bespoke Pair
components:
  securitySchemes:
    apikeyAuth:
      type: http
      scheme: bearer

````