GET api/policy
Get Privacy policy information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| Header |
Header |
string |
None. |
| Text |
Text |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"header": "sample string 1",
"text": "sample string 2"
}