---
title: "Get dashboard link"
method: GET
path: "/seller/dashboard"
tags: ["seller-account"]
---

# Get dashboard link

`GET /seller/dashboard`

Generate a seller dashboard login link.

Use this endpoint to redirect sellers into their connected payout/account management dashboard.

Behavior:
- Looks up the authenticated seller account.
- Requests a fresh dashboard URL from the payment provider.
- Returns a one-time link payload suitable for immediate redirect.

Access rules:
- Requires seller authentication.
- Returns `404` if the seller account cannot be found.

## Response `200`

Dashboard login link

- DashboardLink — Stripe Express login link for a seller
  - `url` string, uri, required — Link to the Stripe Express dashboard

## Other responses

- `404` — Seller not found

---

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