API

List user categories

Lists categories that the user has booked in.

GET/v1/marketplace/user/categories

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?
filter?
select?array<string>
expand?array<string>

Response Body

application/json

application/json

curl -X GET "https://api.noona.is/v1/marketplace/user/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."
}