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
Example response
{
"api_path_groups": [
"accounts",
"internal"
]
}