How to whitelabel the api?

I understand that a commercial apigee org comes along with the feature/provision to whitelabel the api (eg: api.mycompany.com instead of the default myorg-env.apigee.net). What are the exact steps to achieve this? Any performance tradeoffs or technical nuances associated with this?

its simple and pretty straightforward

if you are in the cloud, just these 2 steps

  1. create a CNAME for api.mycompany.com to -.apigee.net

  2. let support know, so they can add ‘api.mycompany.com’ [as ‘Hostalias’ to Virtualhost configuration]

and that’s it

1 Like