---
title: "Retrieve user RFIDs"
method: GET
path: "/api/v2/accounts/{accountId}/rfids"
tags: ["Member RFIDs"]
---

# Retrieve user RFIDs

`GET /api/v2/accounts/{accountId}/rfids`

Returns a list of RFIDs of the user.

## Path parameters

- `accountId` string, required

## Query parameters

- `allSources` boolean

## Response `200`

Ok

- RfidDTO[]
  - `rfid` string, required — String representing RFID value in hex (with leading "0x"). Please ensure that the RFID string after "0x" contains an even number of hexadecimal characters and that only RFID information is sent in this field, but no other medium like magnetic stripe card numbers or bar codes.
  - `tagFormat` 'HITAG1' | 'MIFARE' | 'LEGIC' — The rfid tag format.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/versions/07d571d34bd8/schema)
