Assign a routing alias to an API URL

When you make an API request, you can replace the application's GUID with a descriptive name—the routing alias.

Example 1

/api/app/12F12A12C123456B1234567C12B1B12345F1FD1C/myEndpoint

/api/app/myRoutingAlias/myEndpoint

Example 2

/api/app/12F12A12C123456B1234567C12B1B12345F1FD1C/get-stores-in-given-city?store-city={STRING}

/api/app/stores/get-stores-in-given-city?store-city={STRING}

The API URL is displayed at the top of the API endpoint dialogs (except in the "General" dialog step).

Step-by-Step

To create a routing alias for application API endpoints, follow these steps:

  1. Launch the application.

  2. Click the "API Endpoints" section.

    Make sure that the API endpoints view is enabled.

    ("View" > "API Endpoints")

  3. Select the endpoint for which you want to create the routing alias.

    You can also select multiple endpoints and enter the routing alias for all selected endpoints at the same time.

  4. Click the " " icon.

    The "API Settings" dialog box appears.

  5. Enter a routing alias.

  6. Click "OK."

Example - Using Postman

Using the Application's GUID

Using Routing Aliases