---
title: "Retrieve details of speed dial 100"
method: GET
path: "/users/{id}/speed_dial_100/{dial_id}"
tags: ["User"]
---

# Retrieve details of speed dial 100

`GET /users/{id}/speed_dial_100/{dial_id}`

Retrieve details of speed dial 100 by it's ID.

## Path parameters

- `id` string, required — The unique ID of the resource.
- `dial_id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `code` string — The speed dial 100 dialing code. Available code range from `00` to `99`.
  - `phone_number` string — The phone number that you want to call.
  - `description` string — The description of speed dial.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
