v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
API Discovery

Get a list of API path groups

Retrieve a list of API path groups for a specific domain

get/waap/v1/domains/{domain_id}/api-path-groups

Path parameters

domain_idinteger required

The domain ID

The domain ID

Response

Successful Response

api_path_groupsstring[] required

An array of api groups associated with the API path

Example response

{
  "api_path_groups": [
    "accounts",
    "internal"
  ]
}