cURL
curl --request GET \ --url https://api.legitmark.com/api/v2/categories/{category_uuid}
{ "message": "Category fetched successfully", "category": "SUCCESS", "data": { "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "Bags", "description": "Luxury handbags and purses", "active": true, "created_at": "2024-01-01T00:00:00.000Z", "updated_at": "2024-01-01T00:00:00.000Z" } }
Retrieve details for a specific category with enhanced data.
Category retrieved successfully
"Category fetched successfully"
SUCCESS
"SUCCESS"
Show child attributes
Indicates if the response was served from cache
false
Cache key used for this response
"categories:abc123"