---
title: "Create Intercom Session"
method: POST
path: "/support/intercom/session"
tags: ["support"]
---

# Create Intercom Session

`POST /support/intercom/session`

Create a signed Intercom Messenger JWT for the authenticated user.

## Response `200`

Successful Response

- IntercomSessionResponse — Signed Intercom Messenger session material for the authenticated user.
  - `app_id` string, required
  - `intercom_user_jwt` string, required
  - `expires_at` integer, required

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
