Return enabled providers

This function lists the names of enabled cPanel Market providers.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/Market/get_providers_list
Request samples
uapi --output=jsonpretty \
  --user=username \
  Market \
  get_providers_list
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "get_providers_list",
  • "module": "Market",
  • "result": {
    • "data": [
      • {
        • "display_name": "cPanel Store",
        • "name": "cPStore"
        }
      ],
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}