# List organizations that can be added to rebranding **GET /rebranding/organizations/available** The organizations in the caller's scope that do not have rebranding enabled yet, for the picker. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **search** (string) Matches the organization name - **limit** (integer) Clamped to 200; an unparsable value falls back to the default. ## Responses ### 200 Available organizations retrieved #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)