List the available Vultr Marketplace app categories using the Vultr Console or Vultr API to find category IDs that classify your app in Marketplace search.
Categories classify your app on its public landing page and in Marketplace search. An app can have up to 7 categories.
This guide explains how to retrieve the available category IDs 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 General Information tab of the Edit App screen.
The category selector displays every available category.
Send a GET request to the List Marketplace App Categories endpoint.
$ curl "https://api.vultr.com/v2/marketplace/apps/categories" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
The response contains an app_categories array. Each entry includes the category's id and name.