List suggested quick booking searches
Returns a list of suggested quick booking searches based on the user's location, booking history and behavior.
GET
/v1/marketplace/suggestions/quick_booking_searchesAuthorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Query Parameters
Header Parameters
Accept-Language?string
The language to return quick booking searches suggestions in.
Example
"is"Response Body
application/json
application/json
curl -X GET "https://api.noona.is/v1/marketplace/suggestions/quick_booking_searches"[
{
"keyword": "Men's haircut"
}
]{
"type": "generic_error",
"message": "Time slot is not available."
}