---
title: "Get Submerchant Onboarding Token"
method: POST
path: "/submerchant/onboarding-token"
tags: ["subMerchant"]
---

# Get Submerchant Onboarding Token

`POST /submerchant/onboarding-token`

Mint a short-lived onboarding token that authorizes creating a
submerchant or seller under the authenticated merchant. The token embeds
the caller's own merchantId as the parent — it cannot be minted for
another merchant.

## Headers

- `Authorization` string, required

## Response `200`

Ok

- SubMerchantGetOnboardingTokenResponse200
  - `token` string, required

---

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