Return provider's login URL

This function retrieves the login URL for the cPanel Market provider.

SecurityBasicAuth
Request
query Parameters
provider
required
string

The cPanel Market provider's name.

Example: provider=cPStore
url_after_login
required
string <url>

Where the cPanel Market provider redirects the user's browser after they log in.

Example: url_after_login=http://hostname.example.com/redirectionlocation.cgi?state
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_login_url
Request samples
uapi --output=jsonpretty \
  --user=username \
  Market \
  get_login_url \
  provider='cPStore' \
  url_after_login='http://hostname.example.com/redirectionlocation.cgi?state'
Response samples
application/json
{}