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 list of upc codes belonging to a bottle. The codes are returned in no specific order.

Parameters

No parameters.

Returns

Returns a list of UPC objects.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/bottles/:id/upcs
[
	{
		"id": "...",
		"code": "096749472215"
	}
]