---
title: "Get L2VPN circuits available for this account"
method: GET
path: "/public/v2/user-terminals/l2vpn"
tags: ["User Terminals"]
---

# Get L2VPN circuits available for this account

`GET /public/v2/user-terminals/l2vpn`

Required permission: Device command and configuration, View.

## Response `200`

Available circuits retrieved

- L2VpnCircuitResponseListServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` L2VpnCircuitResponse[], nullable
    - `circuitId` string, nullable — Deprecated: Use CircuitIds instead. Value will be first circuitId for redundant circuit groups.
    - `circuitIds` string[], nullable — Starlink generated Ids of L2VPN circuits in this group. If multiple circuitIds are present then they are functioning as a redundant group. CircuitIds present in redundant groups cannot be used individually.
    - `popName` string, nullable — Starlink PoP associated with this circuit.

## Other responses

- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to retrieve circuits

---

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