How to List Marketplace Apps

Updated on 05 August, 2026

List the Marketplace applications in your Vultr vendor account using the Vultr Console or Vultr API to review app IDs, names, and current publication status.


Listing your Marketplace apps retrieves every application owned by your vendor account, along with each app's id and current profile fields.

This guide explains how to list your Marketplace apps using the Vultr Console or the Vultr API.

  • Vultr Console
  • Vultr API

Click Marketplace in the Vultr Console's left-hand menu. Verify that the Marketplace Applications list displays every app owned by your vendor account.

Send a GET request to the List Marketplace Apps endpoint.

console
$ curl "https://api.vultr.com/v2/marketplace/apps" \
    -X GET \
    -H "Authorization: Bearer ${VULTR_API_KEY}"

The response contains an apps array. Each entry includes the app's id, name, description, os, public, and other profile fields.

Comments