Coffee API - Basic Auth

Coffee API

1.0.0OAS 3.1

API for managing coffee orders

API Base URL
  • Server 1:https://kong-a854e05124usljo2h.kongcloud.dev/

    Main server

Security
basicAuth (http)

Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.

Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==

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