---
title: "Get android device configuration"
method: GET
path: "/rest/v2/android/devices/{manufacturer}/{model}"
tags: ["Android Device Configuration"]
---

# Get android device configuration

`GET /rest/v2/android/devices/{manufacturer}/{model}`

Retrieve the configuration and peripheral specifications for a specific Android device based on manufacturer and model.

## Path parameters

- `manufacturer` string, required
- `model` string, required

## Response `200`

Successful Response

- AndroidDevice
  - `device-manufacturer` string — The manufacturer of the Android device.
  - `device-model` string — The model identifier of the Android device.
  - `support-statuses` string — The supported device status values.
  - `baud-rate` integer — The audio baud rate used for device communication.
  - `input-frequency` integer — The audio input frequency supported by the device.
  - `output-frequency` integer — The audio output frequency supported by the device.
  - `record-buffer-size` integer — The buffer size used for audio recording.
  - `record-read-buffer-size` integer — The buffer size used when reading recorded audio data.
  - `volume-adjust` integer — The volume adjustment level applied to the device audio output.
  - `direct-output-wave` integer — Enables the direct audio output wave processing.
  - `use-voice-recognition` integer — Indicates whether voice recognition is enabled for the device.
  - `shuttle-channel` integer — The audio channel used for device communication.
  - `powerup-when-swipe` integer — The device powers up automatically when a card swipe is detected.
  - `powerup-last-before-command` integer — The device powers up using the last configuration before executing a command.
  - `force-headset` integer — Indicates whether the device forces headset mode during operation.
  - `reverse-audio-events` integer — Indicates whether audio event handling is reversed.

## Other responses

- `400` — Something is wrong with your request
- `401` — Unauthorized
- `402` — Business Exception (decline, etc)
- `500` — Internal server error

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
