GET
/
waap
/
v1
/
domains
/
{domain_id}
/
api-paths
/
{path_id}
curl --request GET \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/api-paths/{path_id} \
  --header 'APIKey: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "path": "/api/v1/paths/{path_id}",
  "method": "GET",
  "api_version": "v1",
  "http_scheme": "HTTP",
  "first_detected": "2023-11-07T05:31:56Z",
  "last_detected": "2023-11-07T05:31:56Z",
  "tags": [
    "sensitivedataurl",
    "highriskurl"
  ],
  "api_groups": [
    "accounts",
    "internal"
  ],
  "status": "CONFIRMED_API",
  "source": "API_DESCRIPTION_FILE",
  "request_count": 123
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

path_id
string
required

The path ID

domain_id
integer
required

The domain ID

Response

200
application/json

Successful Response

Response model for the API path