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

# Get Seller Registration Link

`POST /marketplace/link/seller/registration`

Get a link which the marketplace can redirect new sellers to register
their accounts.

## Headers

- `Authorization` string, required

## Request body

- GetMarketplaceSellerRegistrationLinkRequest
  - `email` string, required
  - `sellerId` string, required — ID of the seller
  - `country` string — Country in which the seller is located
  - `redirectUrl` string — Optional url for post registration navigation

## 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)
