> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lantern.is/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Interact with the Lantern Storefront REST API

# Storefront REST API

The Lantern REST API allows you to build custom storefront experiences or integrate with other services.

All API endpoints are accessed through Shopify's App Proxy. The base path for all endpoints is `/a/lantern`.

## Authentication

All requests to the REST API will be authenticated using the standard Shopify App Proxy signature validation. Shopify performs this validation on your behalf when the request is made from your storefront domain.

Requests without a valid signature will result in a `401 Unauthorized` error.

## API Reference

<CardGroup>
  <Card title="Forms API" href="/docs/storefront/rest-api/forms">
    `GET` and `POST` specific forms by handle through the Shopify app proxy.
  </Card>
</CardGroup>
