---
title: "POST /api/sessionstart"
method: POST
path: "/api/sessionstart"
tags: ["Events"]
---

# POST /api/sessionstart

`POST /api/sessionstart`

## Query parameters

- `instanceKey` string, required

## Request body

- SessionStartEventModel
  - `SessionKey` string — The key of the session. This key is used to group events that belong to the same session. Allowed characters are alphanumeric characters and hyphens.
  - `ProfileKey` string — The profile key identifying the visitor associated with this event. Must not include personally identifiable information (PII) to comply with GDPR guidelines.
  - `Source` unknown

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
