---
title: "List phones"
method: GET
path: "/2/profile/phones"
tags: ["Profile > Phones"]
---

# List phones

`GET /2/profile/phones`

This endpoint allows you to retrieve all the phones of the current user.

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadUserphone[]
    - `id` integer, required — Unique identifier of the resource `User phone`
    - `phone` string, required
    - `created_at` integer, required — Timestamp `User phone` has been created
    - `reminder` string, required
    - `checked` boolean, required
    - `type` string, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
