---
title: "Get session service configuration"
method: GET
path: "/v2/session/config"
tags: ["session"]
---

# Get session service configuration

`GET /v2/session/config`

Returns the service configuration for Xbox party sessions.

## Configuration Details

This endpoint provides metadata about the session service including:
- **Service Config ID (SCID)** - The unique identifier for the chat service
- **Session Templates** - Available session types and their properties
- **Capabilities** - Supported features and limits

## Use Cases

- **Debugging** - Verify service configuration
- **Feature discovery** - See available session capabilities
- **Validation** - Confirm session parameters before creation

## Response `200`

Session service configuration

- ApiResponse — Standard API response wrapper. All endpoints return responses in this format.
  - `content` unknown, required
  - `code` integer, required — HTTP status code from the upstream API. Common values: 200 (success), 400 (bad request), 401 (unauthorized), 404 (not found), 410 (deprecated/gone), 429 (rate limited), 500 (server error)

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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