Labelcamp API v2
​integer · min: 1​integer · min: 1 · max: 200
​string · required
Tags
Flexible tagging system for organizing products and other resources.
List tags
GET
https://api.idol.io/api/v2
/tags
Retrieve all tags
query Parameters
page[number]Page number for pagination
Default: 1
page[size]Number of items per page (max 200)
Default: 20
List tags › Responses
Successful response
Array of resource objects (override with specific resource schema)
​object[]
Related resources included in the response
Get tag details
GET
https://api.idol.io/api/v2
/tags/{id}
Retrieve details for a specific tag by ID
path Parameters
idResource ID
Get tag details › Responses
Successful response
​TagResource
The primary resource object (override with specific resource schema)
​object[]
Related resources included in the response
​object