---
title: "Company, legal entity, and product facts"
method: GET
path: "/api/v1/site.json"
tags: ["json"]
---

# Company, legal entity, and product facts

`GET /api/v1/site.json`

Canonical facts about Payments AI — legal entity, contact addresses, documentation, and the two products — for citation by agents and answer engines.

## Response `200`

Company, legal entity, and product facts

- Site — Company, legal entity, and product facts.
  - `name` string, required
  - `legal_name` string, required
  - `url` string, uri, required
  - `description` string
  - `logo` string, uri
  - `documentation_url` string, uri
  - `same_as` string[]
  - `contact` object
    - `support` string, email
    - `compliance` string, email
  - `products` object[], required
    - `id` string, required
    - `name` string, required
    - `audience` string
    - `description` string
    - `url` string, uri, required
    - `pricing_url` string, uri
  - `api` object, required — Versioning and deprecation policy for the JSON endpoints on this host.
    - `version` string, required
    - `base_url` string, uri
    - `status` string, required
    - `notice_period_months` integer, required — Months a deprecated version keeps responding, counted from the announcement.
    - `policy` string[], required
    - `deprecation_header` string
    - `sunset_header` string
    - `currently_deprecated` string[] — Paths with a Deprecation header set. Empty when nothing is deprecated.
    - `openapi_url` string, uri
  - `machine_readable` object

## Other responses

- `404` — No such endpoint. The body names the documentation to read.

---

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