API endpoint that allows Listing Picture to be viewed or edited.

GET /listing-pictures/1001/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1001,
    "url": "https://api.swistay.com/listing-pictures/1001/?format=api",
    "is_main": false,
    "listing": 96,
    "tooltip": "",
    "src": "https://api.swistay.com/media/listings_pictures/719b3614eafe4d4cb42eef0ff483d450.jpeg"
}