---
title: "Obtener dispositivos Point"
method: GET
path: "/mercado-pago/point/device"
tags: ["Mercado Pago Point"]
---

# Obtener dispositivos Point

`GET /mercado-pago/point/device`

Recupera todos los dispositivos Point de Mercado Pago asociados con la organización

## Query parameters

- `store_id` string
- `pos_id` string

## Response `200`

Dispositivos recuperados exitosamente

- object[]
  - `id` string, required
  - `posId` number, required
  - `storeId` number, required
  - `externalPosId` string
  - `operatingMode` 'PDV' | 'STANDALONE', required

## Other responses

- `400` — Solicitud incorrecta

---

[API](https://skmtc.dev/fint/apis/fint-api.md) · [All operations](https://skmtc.dev/fint/apis/fint-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fint/fint-api/revisions/5c95bce0a002/schema)
