Skip to main content
GET
/
api
/
v2
/
types
/
{type_uuid}
Retrieve Type
curl --request GET \
  --url https://api.legitmark.com/api/v2/types/{type_uuid}
{
  "message": "Type fetched successfully",
  "category": "SUCCESS",
  "data": {
    "uuid": "a988f0f5-7fec-4f50-8335-3e0a9c36e1e2",
    "active": true,
    "name": "Brooch",
    "sides": [],
    "media": "https://media.legitmark.com/categories/9e4045d9-50ee-11f0-9948-06fb0f2a63e5/types/a988f0f5-7fec-4f50-8335-3e0a9c36e1e2/1764810159189_sh1s06lsxr.png",
    "feature": false,
    "ordinal": 1,
    "created_at": "2025-07-16T13:14:44.000Z",
    "updated_at": "2025-12-04T01:02:42.000Z",
    "side_details": [],
    "brands": [
      {
        "uuid": "a472b4d9-7f44-11ef-9ad3-0288afec8b95",
        "name": "Chanel",
        "media": "https://media.legitmark.com/static/brands/chanel.svg",
        "active": true
      }
    ]
  },
  "rc_hit": true,
  "rc_key": "types:aab5cbce4a20481a3966abda67c0863d"
}

Path Parameters

type_uuid
string<uuid>
required

Response

Type retrieved successfully

message
string
required
Example:

"Type fetched successfully"

category
enum<string>
required
Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required
rc_hit
boolean

Indicates if the response was served from cache

Example:

true

rc_key
string

Cache key used for this response

Example:

"types:abc123"