Organizations
Organizations are a powerful feature in Straddle that allow you to manage multiple accounts under a single umbrella. This hierarchical structure is particularly useful for businesses with complex operations, multiple departments, or legally related entities.
Create an organization
embed.organizations.create(OrganizationCreateParams**kwargs) -> OrganizationV1
POST/v1/organizations
List organizations
embed.organizations.list(OrganizationListParams**kwargs) -> SyncPageNumberSchema[Data]
GET/v1/organizations
Retrieve organization details
embed.organizations.get(strorganization_id, OrganizationGetParams**kwargs) -> OrganizationV1
GET/v1/organizations/{organization_id}