---
title: "GET /api/ice-servers - Get configured ICE servers for WebRTC connections."
method: GET
path: "/api/ice-servers"
tags: ["whep"]
---

# GET /api/ice-servers - Get configured ICE servers for WebRTC connections.

`GET /api/ice-servers`

## Response `200`

List of configured ICE servers

- IceServersResponse — Response structure for ICE servers endpoint.
  - `ice_servers` IceServer[], required — List of ICE server configurations (STUN/TURN)
    - `credential` string, nullable — Credential for TURN server authentication
    - `urls` string, required — ICE server URL (e.g., "stun:stun.l.google.com:19302")
    - `username` string, nullable — Username for TURN server authentication
  - `ice_transport_policy` string, required — ICE transport policy ("all" or "relay")

---

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