Skip to main content
POST
/
tenant-onboarding
/
accounts
Create a new Stripe account
curl --request POST \
  --url https://api.example.com/tenant-onboarding/accounts \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "accountId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

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

Body

application/json
email
string
required

Response

200 - application/json
accountId
string
required