---
title: "Redeem Access Code — Awakening You Studios"
url: https://awakeningyoustudios.com/book/code
description: "Redeem your private session access code."
lang: en
---

Private session

# Redeem your access code.

Enter your private code

Laura shared a one-time code with you. Enter it below to book your session.

You'll be asked to sign in before confirming your time.

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": [
    "LocalBusiness",
    "HealthAndBeautyBusiness"
  ],
  "name": "Awakening You Studios",
  "url": "https://awakeningyoustudios.com",
  "description": "Sacred healing studio offering Reiki, Seraphim Energy Healing, sacred circles, and ancestral healing in Herriman, UT.",
  "image": "https://awakeningyoustudios.com/favicon.png",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Herriman",
    "addressRegion": "UT",
    "addressCountry": "US"
  },
  "areaServed": [
    {
      "@type": "City",
      "name": "Herriman"
    },
    {
      "@type": "State",
      "name": "Utah"
    }
  ],
  "sameAs": []
}
```