# Organizations Use these operations to manage your organizations in Rebilly. An organization is an entity that represents you, or your company, as a merchant. You can have multiple organizations. For more information, see [My organizations and websites](https://www.rebilly.com/docs/settings/organizations-and-websites/). Note: No data, including organizations, is shared between the live and sandbox environments. ## Retrieve organizations - [GET /organizations](https://www.rebilly.com/static/_spec/catalog/all-3.0/organizations/getorganizationcollection.md): Retrieves a list of organizations. ## Create an organization - [POST /organizations](https://www.rebilly.com/static/_spec/catalog/all-3.0/organizations/postorganization.md): Creates an organization. ## Retrieve an organization - [GET /organizations/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/organizations/getorganization.md): Retrieves an organization with a specified ID. ## Update an organization - [PATCH /organizations/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/organizations/patchorganization.md): Updates an organization with a specified organization ID.