GET
/
api
/
v2
/
merchant_templates
/
list
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v2/merchant_templates/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "clarity": "VS1",
    "color": "F",
    "grade_name": "ideal",
    "group": "DEFAULT",
    "label": "IDEAL",
    "merchant_uuid": null,
    "order": null,
    "position": 1,
    "uuid": "DEFAULT_IDEAL"
  },
  {
    "clarity": "VS2",
    "color": "H",
    "grade_name": "excellent",
    "group": "DEFAULT",
    "label": "PREMIUM",
    "merchant_uuid": null,
    "order": null,
    "position": 2,
    "uuid": "DEFAULT_PREMIUM"
  },
  {
    "clarity": "SI1",
    "color": "I",
    "grade_name": "very good",
    "group": "DEFAULT",
    "label": "STANDARD",
    "merchant_uuid": null,
    "order": null,
    "position": 3,
    "uuid": "DEFAULT_STANDARD"
  },
  {
    "clarity": "VVS2",
    "color": "G",
    "grade_name": "very good",
    "group": "165444223065",
    "label": "NO_LABEL",
    "merchant_uuid": "3b12e051-7e22-466e-ac67-483493f17c7d",
    "order": "none",
    "position": 1,
    "uuid": "1d0292f2-2048-45be-8a36-44085fd1ee32"
  },
  {
    "clarity": "VS1",
    "color": "G",
    "grade_name": "ideal",
    "group": "165444223065",
    "label": "NO_LABEL",
    "merchant_uuid": "3b12e051-7e22-466e-ac67-483493f17c7d",
    "order": "none",
    "position": 2,
    "uuid": "38b5c949-69e8-40ab-b731-c86308fe17fe"
  }
]

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
clarity
string
color
string
grade_name
string
group
string
label
string
merchant_uuid
string | null
order
string | null
position
integer
uuid
string