---
title: "Get Trip Og Meta"
method: GET
path: "/trips/{trip_id}/og-meta"
tags: ["guides"]
---

# Get Trip Og Meta

`GET /trips/{trip_id}/og-meta`

Public minimal trip metadata for OG link previews.

Anyone with the trip URL can fetch title, creator name, and hero photo so
that link unfurlers (iMessage, Slack, Twitter) can render a preview without
a session. The UUID in the URL is the access control: knowing it implies
the owner shared it with you.

## Path parameters

- `trip_id` string, required

## Response `200`

Successful Response

- TripOgMetaResponse — Minimal trip metadata for OG link previews. Public — no auth required.
  - `title` string, nullable
  - `hero_photo_url` string, nullable

## Other responses

- `422` — Validation Error

---

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