Nuxa
Api referenceResellerApiResellerOnboarding

POST /api/reseller/onboarding

POST
/api/reseller/onboarding

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

email*string
name?string
billingName?string
billingAddress?object
line2?string
city?string
state?string
postalCode?string
country?string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/reseller/onboarding" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}