v5

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-0330110112.1 KB
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

hridstring required

A unique human readable id identifying this resource

idstring

Resource UUID.

environmentIdstring

The environment ID.

organizationIdstring

The organization ID.

portalHridstring

The HRID of the portal this listing belongs to.

Example response

{
  "hrid": "demo_api",
  "apis": [
    {
      "apiHrid": "pets-api",
      "location": "/projects/alpha",
      "order": 1
    }
  ]
}