---
title: "GET /api/v1/public/context"
method: GET
path: "/api/v1/public/context"
tags: ["Public"]
---

# GET /api/v1/public/context

`GET /api/v1/public/context`

Resolves the white-label Product from the request domain and returns its public signup catalog.

## Response `200`

Public Product and Plan context.

- object
  - `company` object, required
    - `hasLegalCookies` boolean, required
    - `hasLegalPrivacy` boolean, required
    - `hasLegalTerms` boolean, required
    - `name` string, required
  - `dashboardProduct` object, required
    - `domain` string, required
    - `id` integer, required
    - `name` string, required
    - `panelUrl` string, uri, nullable, required
  - `humanConsultation` object, required
    - `currency` string, required
    - `price` integer, required
  - `plans` object[], required
    - `billingPeriodMonths` integer, required
    - `currency` string, required
    - `familyGuestLimit` integer, required
    - `id` integer, required
    - `includedHumanChats` integer, required
    - `name` string, required
    - `price` integer, required
    - `slug` string, required
    - `trialDurationDays` integer, required
    - `trialPrice` integer, nullable, required
  - `product` object, required
    - `apiUrl` string, uri, nullable, required
    - `checkoutUrl` string, uri, nullable, required
    - `cookiesUrl` string, uri, nullable, required
    - `domain` string, required
    - `email` string, email, required
    - `faviconObjectKey` string, nullable, required
    - `homepageUrl` string, uri, nullable, required
    - `id` integer, required
    - `logoObjectKey` string, nullable, required
    - `name` string, required
    - `primaryColor` string, required
    - `privacyUrl` string, uri, nullable, required
    - `tosUrl` string, uri, nullable, required

## Other responses

- `400` — The request query or Product domain is invalid.
- `404` — No active Product exists for the request domain.
- `500` — The Product context could not be loaded.

---

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