Default Ports

The following are the default product ports used when working with WSO2 API Microgateway.

Port Default value Description

httpPort

9090

HTTP port that is used to make APIs available to the outside.
httpsPort 9095 HTTPS port that is used to make APIs available to the outside.
And also this port exposes the following endpoints of the Key Manager, which is a proxy to the Key Manager via the gateway.
  • /token
  • /authorize
  • /revoke
  • /userinfo
  • /apikey
Top