Get suggested company type
Returns a suggested company type based on the user's location, booking history and behavior.
GET
/v1/marketplace/suggestions/company_typeAuthorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://api.noona.is/v1/marketplace/suggestions/company_type"{
"id": "7awdXwZoedakjad37a",
"name": "Hair salons",
"promotion": "Did you know you can book a haircut on Noona?",
"locale_key": "hairstyling",
"image": "https://api.noona.is/static/haircut.png",
"public_id": "https://placekitten.com/200/300"
}{
"type": "generic_error",
"message": "Time slot is not available."
}