Skip to main content
GET
Get product tags

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string

Optional account identifier for swag validation/filtering.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier for swag validation/filtering.

Example:

"cmp123456"

Query Parameters

title
string

Search string to filter tags by name (minimum 3 characters).

Minimum string length: 3
Example:

"tech"

page[number]
integer
default:1

1-indexed page number.

Required range: x >= 1
Example:

1

page[size]
integer
default:100

Number of tags per page (max 100, default 100).

Required range: 1 <= x <= 100
Example:

100

Response

Paginated list of product tags.

Paginated product tags response.

data
object[]
required

Product tags for the requested page.

Top-level JSON:API-style pagination links for paginated list responses. first, next, and prev are all required and all nullable. prev is null on cursor-paginated endpoints (backward navigation not supported).

Last modified on June 17, 2026