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

Path Parameters

id
string
required

Response

200 - application/json

Term

data
object