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 paginated list of Lists.

Parameters

No parameters are required.

Returns

Returns a single list object, and returns an error otherwise.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/users/:user_id/lists/:id
{
	"id": "a921ac5f-dd58-4145-becb-481833a88b1c",
	"name": "New list",
	"item_count": 1,
	"items": [
		{
			"id": "3169e8bf-d4c1-4040-8458-0197eace60e9",
			"kind": "collectable",
			"bottle_id": null,
			"collectable_id": "aa28685e-c034-4ca8-b83e-e4808730cfa6"
		},
		{
			"id": "eadde3ed-7038-494b-9408-b1c4c1d6de43",
			"kind": "bottle",
			"bottle_id": "00021260-d2d5-43c5-b5cb-3e364d6cd2c1",
			"collectable_id": null
		}
	]
}