---
title: "Get Device SIP Info"
method: GET
path: "/restapi/v1.0/account/{accountId}/device/{deviceId}/sip-info"
tags: ["Devices"]
---

# Get Device SIP Info

`GET /restapi/v1.0/account/{accountId}/device/{deviceId}/sip-info`

Returns device SIP information.

## Path parameters

- `accountId` string, required
- `deviceId` string, required

## Response `200`

Device SIP information

- SipInfoResource
  - `domain` string — SIP domain
  - `outboundProxies` OutboundProxyInfo[] — List of outbound proxies
    - `region` string — Geographical region
    - `proxy` string — SIP outbound proxy
    - `proxyTLS` string — SIP details for TLS (Transport Layer Security)
  - `userName` string — User credentials
  - `password` string — User password
  - `authorizationId` string — Internal identifier for SIP authorization

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
