latestOpenAPI 3.0.02026-08-105585620.8 KB
18e2f2e178dd
Catalog API
Get Category
Returns information about a specific category.
get/categories/{id}
Path parameters
idinteger required
Category ID
Response
OK
Example response
{
"code": 200,
"result": {
"id": 24,
"parent_id": 6,
"image_url": "https://s3.staging.printful.com/upload/catalog_category/b1/b1513c82696405fcc316fc611c57f132_t?v=1646395980",
"title": "T-Shirts"
}
}