GET
/
waap
/
v1
/
domains
/
{domain_id}
/
api-path-groups
curl --request GET \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/api-path-groups \
  --header 'APIKey: <api-key>'
{
  "api_path_groups": [
    "accounts",
    "internal"
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

Response

200
application/json

Successful Response

Response model for the API path groups