Get product tags
Products
Get product tags
Use this endpoint to retrieve a paginated list of all available product tags. Use tags to categorize and filter products when building your catalog UI.
Filtering options
title- search string to filter tags by name. Minimum 3 characters when provided. Omit to return all tags.page[number]- 1-indexed page number (default1)page[size]- number of tags per page (max100, default100)Snappy-Account-Id/Snappy-Company-Idheaders - optional scoping
Permissions
- Requires:
products:read
GET
Get product tags
Authorizations
Company Level Authentication
Include your API key in the X-Api-Key header for every request:
Headers
Optional account identifier for swag validation/filtering.
Example:
"acc123456"
Optional company identifier for swag validation/filtering.
Example:
"cmp123456"
Query Parameters
Search string to filter tags by name (minimum 3 characters).
Minimum string length:
3Example:
"tech"
1-indexed page number.
Required range:
x >= 1Example:
1
Number of tags per page (max 100, default 100).
Required range:
1 <= x <= 100Example:
100
Response
Paginated list of product tags.
Paginated product tags response.
Last modified on June 17, 2026