{ "opencollection": "1.0.0", "info": { "name": "teelaunch Account Blank Category API", "version": "1.0.0" }, "items": [ { "info": { "name": "Blank Category", "type": "folder" }, "items": [ { "info": { "name": "Get Blank Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/categories", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Blank Categories\n\nGet account blank categories" }, { "info": { "name": "Get Blank Category By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the blank category to retrieve." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Blank Category By Id\n\nRetrieve information about a specific blank category identified by its unique ID." }, { "info": { "name": "Get blanks by category Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/categories/:id/blanks", "params": [ { "name": "id", "value": "", "type": "path", "description": "Category id" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Page number (default: 1)" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Blanks By Category Id" } ] } ], "bundled": true }