Portal API (2.1.0)

Download OpenAPI specification:Download

Portal API

portal

The API for retrieving details about a single Konnect Portal.

Get portal context

Return the portal context object.

Authorizations:
None

Responses

Response samples

Content type
application/json
{
  • "portal_id": "18a9b697-7e68-411b-8e1d-102b261ab18e",
  • "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
  • "featureset_id": "string",
  • "feature_set": "string",
  • "basic_auth_enabled": true,
  • "oidc_auth_enabled": true,
  • "saml_auth_enabled": true,
  • "is_public": true,
  • "rbac_enabled": true,
  • "dcr_provider_ids": [
    ],
  • "allowed_time_period": "string",
  • "name": "string",
  • "canonical_domain": "string"
}

Get Customization Deprecated

Returns the customized portal appearance.

Authorizations:
None

Responses

Response samples

Content type
application/json
{
  • "theme": {
    },
  • "layout": "string",
  • "css": "string",
  • "js": {
    },
  • "menu": {
    },
  • "spec_renderer": {
    },
  • "robots": "string"
}