Skip to main content
Feedback

Usage

  • Create public endpoint address that matches with incoming request URL path, for example: https://api.acme.com/{id}/v1/ or https://api.acme.com/v2/{url}.

  • Configure pre-inputs endpoint domain pattern that will be used to transform target endpoint domain using value in the incoming request URL path, for example: www.{id}.com/v1/ or {url}/v2/.

Sample example

Public Endpoint Address PatternIncoming Request URLPre-input Configured Endpoint Address PatternTransformed Target Endpoint Address
https://api.acme.com/{id}/v1/https://api.acme.com/telemundo/v1/www.{id}.com/v1/www.telemundo.com/v1/
https://api.acme.com/tve/{id}https://api.acme.com/tve/oxygenserial-{id}.apps.acme.comserial-oxygen.apps.acme.com
stage-api.acme.com/tve/{id}stage-api.acme.com/tve/sproutstage-serial-{id}.apps.acme.comstage-serial-sprout.apps.acme.com
uat-api.acme.com/tve/{id}uat-api.acme.com/tve/acmeversouat-serial-{id}.apps.acme.comuat-serial-acmeverso.apps.acme.com
uat-api.acme.com/tve/{url}uat-api.acme.com/tve/petstore.swagger.iohttps://{url}/tve/v2/petstore.swagger.io/tve/v2/
On this Page