---
title: "Verify Signature on Terms and Conditions"
method: GET
path: "/v1/termsAndConditions/{address}"
tags: ["Terms And Conditions"]
---

# Verify Signature on Terms and Conditions

`GET /v1/termsAndConditions/{address}`

This endpoint is used to check whether the Terms and Conditions has been signed by the user.

## Path parameters

- `address` string, required

## Response `200`

This value returns true if the Terms and Conditions have been signed; otherwise, it returns false.

- TermsAndConditions
  - `isTermsAndConditionsSigned` boolean, required — Boolean Value Indicating if Terms and Conditions Have Been Signed

## Other responses

- `400` — The Address provided is not valid
- `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)
