API Discovery
Retrieve an API path
Retrieve a specific API path for a domain
get/waap/v1/domains/{domain_id}/api-paths/{path_id}
Path parameters
path_idstring uuid required
The path ID
domain_idinteger required
The domain ID
The domain ID
Response
Successful Response
Example response
{
"path": "/api/v1/paths/{path_id}",
"api_version": "v1",
"tags": [
"sensitivedataurl",
"highriskurl"
],
"api_groups": [
"accounts",
"internal"
]
}