---
title: "Check terms acceptance status"
method: GET
path: "/account/ownerTermsStatus"
tags: ["Account"]
---

# Check terms acceptance status

`GET /account/ownerTermsStatus`

Checks if the user has accepted the latest terms and conditions

## Response `200`

Terms acceptance status

- TermsStatus
  - `accountId` string
  - `isOwner` boolean
  - `ownerAppCount` integer
  - `termsAccepted` boolean
  - `termsVersion` string, nullable
  - `acceptedTime` integer, nullable
  - `isCurrentVersion` boolean
  - `currentRequiredVersion` string

## Other responses

- `401` — Unauthorized - invalid or expired authentication

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
