Oore CI
ReferenceAPIOperationsInstance Settings

Get External Access network settings

Returns effective public URL and allowed frontend origins used by External Access checks.

Operation IDget_external_access_network_settings
GET
/v1/settings/external-access/network

Returns effective public URL and allowed frontend origins used by External Access checks.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/settings/external-access/network"
{  "settings": {    "allowed_origins": [      "string"    ],    "artifact_delivery_url": "string",    "public_url": "string",    "source": "database",    "updated_at": 0  }}