---
title: "Retrieve all Terms and Conditions"
method: GET
path: "/api/v1/terms"
tags: ["Terms"]
---

# Retrieve all Terms and Conditions

`GET /api/v1/terms`

This endpoint provides public access to terms information including type,
current version, URL, and name.

## Response `200`

Successfully retrieved terms

- object
  - `terms` object[]
    - `type` 'general-tos' | 'card-monavate-tos' | 'cashback-tos' | 'privacy-policy' | 'monavate-privacy-policy' — Type of terms and conditions
    - `currentVersion` string — Current version of these terms
    - `url` string — URL to view these terms
    - `name` string — Human-readable name of these terms

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

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