Portal Listings
Get one Portal Listing
Get a Portal Listing using HRID
get/organizations/{orgId}/environments/{envId}/portals/{portalHrid}/listings/{hrid}
Response
Portal Listing successfully retrieved
Example response
{
"hrid": "demo_api",
"apis": [
{
"apiHrid": "pets-api",
"location": "/projects/alpha",
"order": 1
}
]
}