---
title: "Accept Terms"
method: POST
path: "/v1/billing/accept-terms"
tags: ["billing"]
---

# Accept Terms

`POST /v1/billing/accept-terms`

Re-accept updated Terms of Service for an existing developer account.

Lightweight endpoint — updates only TosAcceptedAt and TosVersion.
Does NOT touch Stripe or billing configuration.
Idempotent — no-op if TosVersion already matches current version.

## Headers

- `authorization` string

## Request body

- AcceptTermsRequest — Request to re-accept updated Terms of Service.
  - `tos_accepted` boolean, required — Must be True to accept terms

## Response `200`

Successful Response

- AcceptTermsResponse — Response from terms acceptance.
  - `status` string, required
  - `tos_version` string, required

---

[API](https://skmtc.dev/beeble/apis/beeble-developer-api.md) · [All operations](https://skmtc.dev/beeble/apis/beeble-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beeble/beeble-developer-api/revisions/f35ce0de5d00/schema)
