---
title: "Get Seller Login Link"
method: POST
path: "/marketplace/link/seller/login"
tags: ["marketplace"]
---

# Get Seller Login Link

`POST /marketplace/link/seller/login`

Get a link which the marketplace can redirect sellers to login to
their dashboards and view purchases and withdraw their money.

## Headers

- `Authorization` string, required

## Request body

- union
  - GetMarketplaceSellerEmailLoginLinkRequest
    - `email` string, required — Email which the seller will use the login to their seller dashboard.
  - GetMarketplaceSellerIdLoginLinkRequest
    - `sellerId` string, required

## Response `200`

Ok

- GetMarketplaceLinkResponse
  - `link` string, required — URL to redirect or present via IFrame

---

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