API

List booking offers

Lists booking offers for the marketplace user.

GET/v1/marketplace/booking_offers

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

sort?
pagination?
select?array<string>
expand?array<string>

Response Body

application/json

application/json

curl -X GET "https://api.noona.is/v1/marketplace/booking_offers"
[
  {
    "id": "7awdXwZoedakjad37a",
    "company": "string",
    "employee": "string",
    "time_slot_reservation": {
      "id": "string"
    },
    "waitlist_entry": "string",
    "is_desired_time": true,
    "message": "We have an opening for your requested service!",
    "expires_at": "2019-08-24T14:15:22Z",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]
{
  "type": "generic_error",
  "message": "Time slot is not available."
}