Routing Profiles

This section describes how to retrieve configured routing profiles at system level. These routing profiles may then be further assigned to tenants or groups (see corresponding sections for more details).

Retrieve available routing profiles

GET /api/v1/system/routing_profiles/

Get the list of available routing profiles defined on the system.

Authorization Right: Minimum System Admin.

Example request:

GET /api/v1/system/routing_profiles/ HTTP/1.1
Host: example.com

Example response:

HTTP/1.1 200 OK
Content-Type: "application/json"

{
   "routingProfiles": [
      "hosting",
      "routing",
      "redirect",
      "RP_Tenant1"
   ],
}
Response JSON Object:
  • routingProfiles (array) – An array containing the list of available routing profiles.

Status Codes: