---
title: "GET /v1/config/{name}"
method: GET
path: "/v1/config/{name}"
---

# GET /v1/config/{name}

`GET /v1/config/{name}`

Return the config for the given DEP name.

## Response `200`

Config corresponding to the DEP name.

- Config
  - `base_url` string, url — The base URL of the Apple Device Assignment Services server to call out to. Typically only overridden when talking to another DEP server such as the `depsim` simulator.

## Other responses

- `400` — There was a problem with the supplied request. The request was in an incorrect format or other request data error.
- `401` — API key is missing or invalid.
- `500` — An error occured on this endpoint.

---

[API](https://skmtc.net/fleetdm/apis/nanodep-depserver-api.md) · [All operations](https://skmtc.net/fleetdm/apis/nanodep-depserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fleetdm/nanodep-depserver-api/versions/20aad01e93f3/schema)
