[GET] ~/resources/hostedpage

Gets hosted page settings.

Request Information

URI Parameters

None.

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

A task that represents the asynchronous get hosted page settings operation.the hosted page settings.

An instance of: HostedPageSettings
NameDescriptionType
Imprint

Gets or sets the imprint.

string

Privacy

Gets or sets the privacy.

string

Terms

Gets or sets the terms.

string

Response Formats

application/json, text/json

Sample:
{
  "imprint": "sample string 1",
  "privacy": "sample string 2",
  "terms": "sample string 3"
}