Create a managed (FBO) organization.
POST
https://api.radom.com/organizations/{parent_id}/organizationsUse this endpoint to create an organization under a verified parent organization that has FBO mode enabled.
Authorization
Send your API key in the Authorization header. Scheme: radomToken.
Parameters
parent_idstring<uuid>pathrequiredUnique identifier for the parent organization.
Responses
200Organization created successfully.
organizationIdstring<uuid>required400Bad Request
errorstringrequired401Unauthorized - Caller is not the parent organization.
errorstringrequired403Forbidden - FBO mode is not enabled for parent.
errorstringrequired500Internal server error
errorstringrequired