List images
documentedRetrieve image data for listings.
GET /beta/live/imagesBulkDatano implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://data-services.idxbroker.com/beta/live/images?idxID={{$idxID}}&listingID={{$listingID}}&updated={{$updated}}&limit={{$limit}}&offset={{$offset}}" \
-X GET \
-H "AccessToken: {{OAUTH2_ACCESS_TOKEN}}" \
-H "x-api-key: {{IDXBROKER_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"