Get list of tags

Products can have multiple tags that classify them into different categories in several aspects. Each of these aspects is modeled as a tag type.

For example, to determine whether or not this product is a History Museum, you can check if it has a tag with the id '702'.

These endpoints allow you to retrieve one or multiple tags along with their tag types.

Get list of tags

get
/tags
Query parameters
langstringOptional

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

Default: enExample: en
page_sizeinteger · min: 1 · max: 100Optional

Number of items per page. Default value is 10, maximum value is 100.

Default: 10Example: 5
pageinteger · min: 1Optional

Number of the page to retrieve. Used in combination with the page_size parameter to define the page size.

Default: 1Example: 1
type_namestringOptional

Name of the type of tags to retrieve; i.e. 'category', 'time_of_day', etc.

Example: category
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Successful operation.

application/json
get
/tags

Last updated

Was this helpful?