List a Vultr Marketplace app's gallery images using the Vultr Console or Vultr API to review the image IDs and artwork shown on the app's landing page.
Listing an application's gallery images retrieves every screenshot and featured image uploaded to its landing page, along with each image's id.
This guide explains how to list gallery images using the Vultr Console or the Vultr API.
Click Marketplace in the Vultr Console's left-hand menu.
Click the application name to open the Edit App screen.
Click the Gallery tab.
Verify that the tab displays every uploaded image as a thumbnail.
Send a GET request to the List Marketplace App Gallery Images endpoint. Replace {app-id} with the app's ID.
$ curl "https://api.vultr.com/v2/marketplace/apps/{app-id}/images" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
The response contains a marketplace_app_images array. Each entry includes the image's id, main_image status, and url.