---
title: "Get Info Request"
method: GET
path: "/api/info/{shortcode}"
tags: ["Info Request", "info-request"]
---

# Get Info Request

`GET /api/info/{shortcode}`

Get info request status and branding for the public info page.

## Path parameters

- `shortcode` string, required

## Response `200`

Successful Response

- InfoRequestPublicResponse — Public response for info request page.
  - `status` string, required
  - `branding` BrandingPublicResponse, required — Public-facing branding info (no sensitive fields).
    - `accent_color` string
    - `secondary_color` string, nullable
    - `logo_url` string, nullable
    - `info_page_title` string
    - `info_request_subtitle` string, nullable
    - `info_request_email_label` string, nullable
    - `info_request_email_placeholder` string, nullable
  - `customer_name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
