diff --git a/libs/common/src/billing/services/organization/organization-sponsorship-api.service.ts b/libs/common/src/billing/services/organization/organization-sponsorship-api.service.ts index bba24f7ed75..de0ff302737 100644 --- a/libs/common/src/billing/services/organization/organization-sponsorship-api.service.ts +++ b/libs/common/src/billing/services/organization/organization-sponsorship-api.service.ts @@ -16,7 +16,10 @@ export class OrganizationSponsorshipApiService ): Promise> { const r = await this.apiService.send( "GET", - "/organization/sponsorship/" + sponsoredOrgId + "/sponsored", + "/organization/sponsorship/" + + (this.platformUtilsService.isSelfHost() ? "self-hosted/" : "") + + sponsoredOrgId + + "/sponsored", null, true, true,