Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns a set of data needed to create the form to make a new blind.

Parameters

No parameters.

Returns

Returns a object with the information relevant to the logged in user if the logged in user is a Platinum Tier member. Returns a 403 if the logged in user is not a Platinum Tier member.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/blinds/new
{
  "low_price":90,
  "high_price":1200,
  "low_proof":80,
  "high_proof":180,
  "types":["rye", "whisky", "santori"],
  "distilleries":[
    {"id": "uuid", "name": "Heaven Hill"}
  ]
}