Skip to main content
POST
/
v2
/
referral
/
partners
/
{partner_id}
/
onboarding-url
Regenerate Onboarding Url
curl --request POST \
  --url https://api.trykintsugi.com/v2/referral/partners/{partner_id}/onboarding-url \
  --header 'X-API-KEY: <api-key>'
{
  "partnerId": "<string>",
  "name": "<string>",
  "onboardingUrl": "<string>",
  "clients": [
    {
      "name": "<string>",
      "organizationId": "<string>",
      "description": ""
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

partner_id
string
required

Response

Successful Response

partnerId
string
required
name
string
required
onboardingUrl
string | null

URL to send to the partner for account setup. Null when owner was created via email.

clients
ClientOrgResultResponse · object[] | null

Per-client creation results. Null when no clients were requested.