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

Returns a message response.
  curl -X POST https://api.onlydrams.app/api/v1/submissions \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN" \
       -d '{
            "submission": {
              "name": BOTTLE_NAME,
              "distillery": DISTILLERY_NAME,
              "size": SIZE,
              "variety": VARIETY,
              "proof": PROOF,
              "price": PRICE,
              "upc": UPC,
              "autoAdd": BOOLEAN
            }
          }'
{
	"message": "Your submission has been sent!"
}