---
title: "GET /device-server/{itemId}"
method: GET
path: "/device-server/{itemId}"
tags: ["device-server"]
---

# GET /device-server/{itemId}

`GET /device-server/{itemId}`

Get one of your DeviceServers.

## Path parameters

- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

After having created an Installation you can now create a DeviceServer. A DeviceServer is needed to do a login call with session-server.

- DeviceServerRead
  - `id` integer — The id of the DeviceServer as created on the server.
  - `created` string — The timestamp of the DeviceServer's creation.
  - `updated` string — The timestamp of the DeviceServer's last update.
  - `description` string — The description of the DeviceServer.
  - `ip` string — The ip address which was used to create the DeviceServer.
  - `status` string — The status of the DeviceServer. Can be ACTIVE, BLOCKED, NEEDS_CONFIRMATION or OBSOLETE.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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