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

## Changes

- **2026-08-22** `c6be39c0cb2f` — 1 breaking
  - added the pattern `(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))` to the request property `email`

[Change history](https://skmtc.dev/coinflow/apis/api-reference/changes/marketplace/link/seller/registration/post.md)

---

[API](https://skmtc.dev/coinflow/apis/api-reference.md) · [All operations](https://skmtc.dev/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/430f04d8d2a9/schema)
