Find categories.
GET/categories
The categories endpoint enables you to find Prisjakt categories corresponding to a text query.
Make a request with the q query parameter e.g. /categories?market=se&q=apple phone
.
The response will contain category leaf ids, slugs, names, urls to the category in the website, and logos for the categories matching the query.
You can use the offset and limit query parameters to page through the results.
The category id or slug can be used on endpoints that have the filter[category]
query parameter to filter by that category.
Request
Responses
- 200
- 400
- 401
- 422
Suggested categories for query.
Request is malformed or invalid.
Authentication information is missing or invalid.
Response Headers
WWW_Authenticate
Request parameter is valid but cannot be processed.