Coffee API - Basic Auth

coffee

Operations related to coffee

List hot coffee options

Retrieves a list of available hot coffee options with pagination.

get
https://kong-a854e05124usljo2h.kongcloud.dev/coffee/hot

Query Parameters

limitinteger(int32)

Maximum number of items to return per page

Default:20

>= 1<= 100

offsetinteger(int32)

Number of items to skip for pagination

Default:0

>= 0

Response

200 application/json

Successful operation

dataarray[object]
Show Child Parameters
metaobject
Show Child Parameters
get/coffee/hot
 
200 application/json

Coffee

object
idstring(uuid)required

Unique identifier for the coffee

Example:a1b2c3d4-e5f6-7890-1234-567890abcdef

namestringrequired

Name of the coffee

Example:Latte

descriptionstringrequired

Description of the coffee

Example:Rich and creamy coffee with steamed milk

pricenumber(float)required

Price of the coffee

Example:3.5

Example