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(**kwargs) -> OrganizationV1 { data, meta, response_type }
POST/v1/organizations
List organizations
embed.organizations.list(**kwargs) -> PageNumberSchema<{ id, created_at, name, 3 more}>
GET/v1/organizations
Retrieve organization details
embed.organizations.get(organization_id, **kwargs) -> OrganizationV1 { data, meta, response_type }
GET/v1/organizations/{organization_id}