---
title: "Saves user's approval latest terms and conditions"
method: POST
path: "/v1/termsAndConditions"
tags: ["Terms And Conditions"]
---

# Saves user's approval latest terms and conditions

`POST /v1/termsAndConditions`

Saves user's signature to latest [Obol's terms and conditions](https://obol.tech/terms.pdf) hash and it's version

## Headers

- `authorization` string, required

## Request body

- TermsAndConditionsDto
  - `address` string, required
  - `version` number, required
  - `terms_and_conditions_hash` string, required
  - `fork_version` 'mainnet' | '0x00000000' | 'goerli' | '0x00001020' | 'gnosis' | '0x00000064' | 'sepolia' | '0x90000069' | 'hoodi' | '0x10000910'

## Response `201`

success message

## Other responses

- `400` — Invalid terms and conditions hash
- `401` — Signature verification failed
- `500` — An unknown error occurred

---

[API](https://skmtc.net/obol/apis/obol-api.md) · [All operations](https://skmtc.net/obol/apis/obol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obol/obol-api/revisions/707a88e0b355/schema)
