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.

Authentication Bearer token authentication required.
Authorization: Bearer YOUR_ACCESS_TOKEN
Body Parameters
item
object
required
Returns a message response.
     -H "Content-Type: application/json" \
     -H "Authorization: Bearer $ACCESS_TOKEN" \
     -d '{
          "item": {
            "kind": "bottle",
            "item_id": "550e8400-e29b-41d4-a716-446655440000"
          }
        }'
{
  "message": "Item added to list successfully."
}