Get Accounts

Get Accounts

Gets a link that can be used on a customer's account to start the linking process.

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/account-link
COPY
Path Parameters
string
org
Required

Organization identifier


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LinkRequest of type(s) application/json
{
    "tracking_task": "string",
    "expiration_date": "string",
    "template_url": "string",
    "template_execution_url": "string"
}
string As uuid As uuid
tracking_task
Optional

The UUID of the task we're using to track the status of this link request.

string As date-time As date-time
expiration_date
Optional

The time at which the template URL expires. Once this has elapsed, the request is no longer invokable.

string
template_url
Optional

The constructed template URL. Just shows the contents of the template for viewing/download.

string
template_execution_url
Optional

The final URL to be given to the user as a "click here to start" link.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/account-link