Skip to main content
GET
/
v1
/
public
/
legal
/
terms
List legal terms (public)
curl --request GET \
  --url https://{operatorDomain}/v1/public/legal/terms
{
  "data": [
    {
      "id": "<string>",
      "title": "<string>",
      "slug": "<string>",
      "body": "<string>"
    }
  ]
}

Response

200 - application/json

Terms

data
object[]