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/users/me/wishlist/add \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN" \
       -d '{
            "bottle": {
              "id": {bottle_id}
            }
          }'
{
	"message": "Down Home Single Barrel Bourbon was added to your wishlist."
}