---
title: "Impersonate Client"
method: POST
path: "/api/portal/impersonate"
tags: ["client-portal-auth"]
---

# Impersonate Client

`POST /api/portal/impersonate`

Create a pre-verified portal session so a business owner can preview
the client portal as a specific contact.  Requires Clerk JWT auth.

## Request body

- ImpersonateRequest
  - `slug` string, required
  - `contact_id` string, required

## Response `200`

Successful Response

- ImpersonateResponse
  - `session_token` string, required
  - `slug` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
