---
title: "Get Phone"
method: GET
path: "/phones"
tags: ["phones"]
---

# Get Phone

`GET /phones`

This endpoint retrieves information about the phone (specified in the x-phone header)

## Headers

- `x-phone` string

## Response `200`

200 OK

- object — The response is a JSON object about the phone . Refer to [the phone object here](/api-reference/objects/the-phone-object)

## Other responses

- `422` — 422 Validation Error

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
