GET
/
impact
/
hosted-page-config
curl --request GET \
  --url https://api.cnaught.com/v1/impact/hosted-page-config \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "enabled_equivalents": [
    "homes",
    "flights"
  ],
  "url": "https://impact.cnaught.com/cnaughtreserve"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Subaccount-Id
string

If present, scopes the operation to the subaccount with given id. See Subaccounts for more info.

Response

200
application/json

Impact Hosted Page Configuration

The response is of type object.