post https://{serverURL}/api/accounts
Create a new tenant. This new account will be a sub-tenant with the master tenant as its parent.
Responses
Create a new tenant. This new account will be a sub-tenant with the master tenant as its parent.
xxxxxxxxxx
11curl --request POST \
--url https://changeme/api/accounts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"account": {
"currency": "USD"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: