---
title: "List an user's FCM tokens"
method: GET
path: "/users/{user_id}/channels/mobile_push/fcm/tokens"
tags: ["mobile_push", "fcm"]
---

# List an user's FCM tokens

`GET /users/{user_id}/channels/mobile_push/fcm/tokens`

Lists all FCM tokens associated with a specific user. This endpoint is available to project administrators and returns a paginated list of tokens, including both active and revoked tokens.

## Path parameters

- `user_id` string, required

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

OK

- FCMTokenCollection
  - `data` FCMToken[]
    - `created_at` string, date-time, required — The timestamp when the token was created.
    - `device_token` string, required — The Firebase Cloud Messaging device registration token to associate with the user.
    - `discarded_at` string, date-time, nullable — The timestamp when the token was discarded, if applicable.
    - `id` string, required — The unique identifier for the token.
    - `updated_at` string, date-time, nullable — The timestamp when the token metadata last changed.
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

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