List recommended categories
Returns a list of recommended categories based on the user's location, booking history and behavior.
GET
/v1/marketplace/recommendations/categoriesAuthorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Query Parameters
location?
filter?
select?array<string>
expand?array<string>
pagination?
Response Body
application/json
application/json
curl -X GET "https://api.noona.is/v1/marketplace/recommendations/categories"{
"categories": [
{
"id": "7awdXwZoedakjad37a",
"name": "Bistro",
"readable_id": "bistro",
"image": "https://placekitten.com/200/200",
"public_id": "https://placekitten.com/200/300",
"vertical": "appointment",
"type": "service_type",
"available": true
}
]
}{
"type": "generic_error",
"message": "Time slot is not available."
}