---
title: "Retrieve authenticated account management URL"
method: GET
path: "/accounts/{account_id}/authenticate"
tags: ["Accounts"]
---

# Retrieve authenticated account management URL

`GET /accounts/{account_id}/authenticate`

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.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- AuthenticateAccount
  - `accounts` RetrieveAuthenticateAccount[]
    - `action` string — The action performed by the API call.
    - `result` string — Indicates that the request has succeeded or failed.
    - `account` string — The unique account identifier.
    - `expires` string, date-time — The timestamp of when the authenticated URL expires (<a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>).
    - `url` string — The URL of a customer's Account Management Portal.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.net/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/versions/ae2f0b97db3e/schema)
