POST
/
api
/
v2
/
diamonds
/
merchant_search
curl --request POST \
  --url https://api-staging.unbridaled.ai/api/v2/diamonds/merchant_search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "filters": {
    "shape": [
      "asscher",
      "princess",
      "oval",
      "pear",
      "round",
      "radiant",
      "cushion",
      "emerald",
      "marquise"
    ],
    "price_min": 1,
    "price_max": 10000,
    "weight_min": 0,
    "weight_max": 2,
    "color": [
      "E",
      "I",
      "D",
      "G",
      "F",
      "H",
      "J"
    ],
    "clarity": [
      "SI1",
      "VS1",
      "VVS1",
      "IF",
      "VVS2",
      "SI2",
      "VS2",
      "FL"
    ],
    "polish_grade": [
      "VG",
      "EX",
      "G",
      "F"
    ],
    "cut_grade": [
      "VG",
      "EX",
      "G"
    ],
    "fluorescence": [
      "None",
      "Faint",
      "Medium",
      "Strong",
      "Very Strong"
    ],
    "symmetry_grade": [
      "VG",
      "EX",
      "G",
      "F"
    ],
    "depth_percentage_min": 0,
    "depth_percentage_max": 100,
    "table_min": 0,
    "table_max": 10000,
    "type": [
      "mined",
      "lab grown"
    ]
  },
  "limit": 100,
  "offset": 10,
  "sort_col": "retail_price",
  "sort_order": "asc"
}'
{}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

filters
object
limit
integer
offset
integer
sort_col
string
sort_order
string

Response

200 - application/json

The response is of type object.