API

Get dietary

Gets dietary from ID.

GET/v1/marketplace/dietaries/{dietary_id}

Authorization

Marketplace-Authentication

Authorization<token>

The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.

In: header

Path Parameters

dietary_id*string
Example"dwawd8awudawd"

Query Parameters

select?array<string>
expand?array<string>

Response Body

application/json

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