Skip to main content
GET
/
v1
/
admin
/
legal
/
terms
List legal terms
curl --request GET \
  --url https://{operatorDomain}/v1/admin/legal/terms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "title": "<string>",
      "slug": "<string>",
      "body": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

Terms

data
object[]