> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/release-notes/new-features/2025-new-features/november-2025-new-features/headless-apis-for-storefront-data.md).

# Headless APIs for Storefront Data

New “headless” API endpoints have been added so you can access key store information without using the standard storefront pages. These endpoints let your developers securely pull store info, categories, products and handle customer login from external apps or custom frontends.

Available endpoints include:

* `/ajax/store/info` (GET) – Get store information
* `/ajax/categories` (GET) – Get your category structure
* `/ajax/auth/login` (POST) – Log customers in programmatically
* `/ajax/products` (GET) – Retrieve product data

**Benefits for you**

* Enable mobile apps, kiosks, or custom frontends to use your Storefront data.
* Keep product, category and store information in sync across multiple channels.
* Offer smoother login experiences in external applications using your existing customer accounts.
* Future‑proof your store for omnichannel and bespoke front‑end experiences.
