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

This endpoint performs logic to add a bottle to the current users collection.
  curl -X POST \
    https://api.onlydrams.app/api/v1/users/me/collection/add \
    -H "Authorization: Bearer $ACCESS_TOKEN" \
    -d '{
          "bottle": {
            "id": "e035a3e1-42fc-4764-b26d-acfb3522c88a",
            "fillStatus": "empty|unopened|opened",
            "quantity": "1"
          }
        }'
{
	"collection": {
		"id": "c8225c13-5718-4cca-ae69-5d8f6956165d"
	}
}