---
title: "Accept terms and conditions"
method: POST
path: "/account/acceptTerms"
tags: ["Account"]
---

# Accept terms and conditions

`POST /account/acceptTerms`

Records acceptance of terms and conditions

## Request body

- object
  - `termsVersion` string, required

## Response `201`

Terms accepted successfully

- object
  - `message` string
  - `termsAcceptance` TermsAcceptance
    - `id` string
    - `accountId` string
    - `email` string
    - `termsVersion` string
    - `acceptedTime` integer

## Other responses

- `400` — Bad request - invalid parameters
- `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)
