API

List trending companies

Returns a list of trending companies based on the user's location, booking history and behavior.

GET/v1/marketplace/suggestions/trending/companies

Authorization

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?
full_list?boolean

Return full list of trending companies. Including competitors to companies user has booked at.

Defaultfalse
filter?
select?array<string>
expand?array<string>

Response Body

application/json

curl -X GET "https://api.noona.is/v1/marketplace/suggestions/trending/companies"
[
  {
    "company": "string",
    "fav_delta_7_days": 10
  }
]