Skip to main content
GET
/
api
/
personal
/
web-gallery
List Web Gallery Endpoint
curl --request GET \
  --url https://api.example.com/api/personal/web-gallery
{
  "items": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "title": "<string>",
      "updated_at": "<string>",
      "url": "<string>",
      "category": "<string>",
      "description": "<string>",
      "notes": "<string>",
      "screenshot_url": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

category
string | null

Response

Successful Response

items
WebGalleryResponse · object[]
required
total
integer
required