Red Wine API - Client Credentials

Red Wine API

1.0.0OAS 3.1

API for retrieving information about red wines.

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

    Main API server

Security
ClientCredentialAuth (oauth2)

OAuth2 client credentials flow

Additional Information

Wines

Operations related to wine information

List all red wines with pagination

Retrieves a list of red wines with pagination.

get
https://kong-a854e05124usljo2h.kongcloud.dev/wines/reds

Query Parameters

limitinteger(int32)

Maximum number of items to return

Default:20

>= 1<= 100

offsetinteger(int32)

Number of items to skip for pagination

Default:0

>= 0

Response

200 application/json

Successful operation

dataarray[object]

Example:{"name":"Testarossa 2018 Palazzio Vineyard Pinot Noir, Santa Lucia Highlands","winery":"Testarossa","location":"California","image":"https://api.sampleapis.com/wines/reds/1.jpg"}

Show Child Parameters
metaobject
Show Child Parameters
get/wines/reds
 
200 application/json