---
title: "Retrieve a collection of outbound caller ids"
method: GET
path: "/user/outbound_caller_ids"
tags: ["User"]
---

# Retrieve a collection of outbound caller ids

`GET /user/outbound_caller_ids`

Retrieve a collection of outbound caller ids.

## Response `200`

OK

- object
  - `items` object[] — A collection of outbound caller IDs.
    - `provider_id` string — The unique ID of the resource.
    - `caller_id` string — Outbound caller id.
    - `description` string — The descriptive information about this outbound caller id.

## 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)
