---
title: "Create a login link"
method: POST
path: "/v1/accounts/{account}/login_links"
---

# Create a login link

`POST /v1/accounts/{account}/login_links`

Creates a login link for a connected account to access the Express Dashboard.

**You can only create login links for accounts that use the [Express Dashboard](/connect/express-dashboard) and are connected to your platform**.

## Path parameters

- `account` string, required

## Response `200`

Successful response.

- LoginLink — Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard. A Login Link differs from an [Account Link](https://docs.stripe.com/api/account_links) in that it takes the user directly to their [Express dashboard for the specified account](https://docs.stripe.com/connect/integrate-express-dashboard#create-login-link)
  - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
  - `object` 'login_link', required — String representing the object's type. Objects of the same type share the same value.
  - `url` string, required — The URL for the login link.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
