---
title: "Get default router config"
method: GET
path: "/public/v2/routers/configs/default"
tags: ["Routers"]
---

# Get default router config

`GET /public/v2/routers/configs/default`

Required permission: Device command and configuration, View.<br/>Gets the router config id that will be assigned to any routers when they are first added to this account.

## Response `200`

Success

- DefaultRouterConfigResponseServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` DefaultRouterConfigResponse
    - `configId` string, nullable — Router configId that will be assigned to routers when they are first added to this account. Does not affect routers that are assigned no config.

## Other responses

- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to get default router config

---

[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/versions/a730bd0ddb42/schema)
