v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
legal

Retrieve latest Privacy Policy.

This endpoint will retrieve the latest Privacy Policy.

get/legal/privacy-policy

Response

Successful GET Privacy Policy JSON response

object required

Example response

{
  "data": {
    "type": "legal",
    "href": "/v1/privacy-policy",
    "attributes": {
      "text": "The Privacy Policy in HTML format."
    }
  }
}