Skip to main content
GET
/
api
/
Analytics
/
ExtractApiRoutesFromDefinition
/
{path}
cURL
curl --request GET \
  --url https://api.example.com/api/Analytics/ExtractApiRoutesFromDefinition/{path} \
  --header 'Authorization: <api-key>'
[
  {
    "path": "<string>",
    "method": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication header

Path Parameters

path
string
required

Query Parameters

openApiPath
string

Response

OK

path
string | null
method
string | null
Last modified on May 9, 2026