v1

latestOpenAPI 3.0.02026-07-2475182625.5 KB
Accounts

Retrieve authenticated account management URL

Returns the URL of a customer's Account Management Portal.

To direct customers to land on the Subscriptions tab instead of the Orders tab, append <code>#/subscriptions</code> to the URL returned in the API response.

get/accounts/{account_id}/authenticate

Path parameters

account_idstring required
Example:abcDEFgHiJklM1N-3OP9q

Unique identifier for the account.

Response

OK

Example response

{
  "accounts": [
    {
      "action": "account.authenticate.get",
      "result": "success",
      "account": "abcDEFgHiJklM1N-3OP9q",
      "expires": "2024-09-17T15:15:35.366",
      "url": "https://company.onfastspring.com/account/50HsQS1-QcOR3dzEF_rm3w/ydYUZOVrQ24"
    }
  ]
}