---
title: "Fetch a facility's teleconsultation phone number"
method: GET
path: "/facility_teleconsultations/{facility_id}"
tags: ["Teleconsultation"]
---

# Fetch a facility's teleconsultation phone number

`GET /facility_teleconsultations/{facility_id}`

## Path parameters

- `facility_id` string, required

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Response `200`

Teleconsultation phone number is returned

- object
  - `teleconsultation_phone_number` string, nullable, required
  - `teleconsultation_phone_numbers` object[], required
    - `phone_number` string, required

## Other responses

- `401` — User not authorized

## Changes

- **2020-06-18** (v4) `a5593ef8b303` — 1 info
  - endpoint added
- **2020-04-17** (v4) `44261500935e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simpledotorg/apis/untitled-api/changes/facility_teleconsultations/:facility_id/get.md)

---

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