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.
Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.
enExample: enNumber of items per page. Default value is 10, maximum value is 100.
10Example: 5Number of the page to retrieve. Used in combination with the page_size parameter to define the page size.
1Example: 1Name of the type of tags to retrieve; i.e. 'category', 'time_of_day', etc.
categoryToken <Your_API_Key>.
Token <Partner_API_key>.Successful operation.
Bad Request -- Check your request parameters (typo in parameter or invalid value).
Unauthorized -- Your API key is incorrect.
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
Not Found -- Requested resource/endpoint could not be found.
Method Not Allowed -- Check your request method.
Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
Internal Server Error -- We had a problem with our server. Try again later.
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
Last updated
Was this helpful?

