Skip to main content
GET
https://api.legitmark.com
/
api
/
v2
/
categories
/
{category_uuid}
/
types
Get Category Types
curl --request GET \
  --url https://api.legitmark.com/api/v2/categories/{category_uuid}/types
{
  "message": "Types fetched successfully",
  "category": "SUCCESS",
  "total": 12,
  "data": [
    {
      "uuid": "95e428c2-7c4f-11ef-a623-02595575faeb",
      "name": "Sneakers",
      "active": true,
      "sides": [],
      "media": "https://cdn.legitmark.com/types/95e428c2-7c4f-11ef-a623-02595575faeb.png",
      "feature": false,
      "ordinal": 0,
      "created_at": "2024-09-26T19:35:05.000Z",
      "updated_at": "2025-12-04T00:23:36.000Z",
      "has_brands": true
    },
    {
      "uuid": "95e42aec-7c4f-11ef-a623-02595575faeb",
      "name": "Boots",
      "active": true,
      "sides": [],
      "media": "https://cdn.legitmark.com/types/95e42aec-7c4f-11ef-a623-02595575faeb.png",
      "feature": false,
      "ordinal": 0,
      "created_at": "2024-09-26T19:35:05.000Z",
      "updated_at": "2025-12-04T00:23:36.000Z",
      "has_brands": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.legitmark.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

category_uuid
string<uuid>
required

Response

200 - application/json

Types retrieved successfully

message
string
required
Example:

"Types fetched successfully"

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

"SUCCESS"

data
object[]
required
total
integer

Total number of types in this category