v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Devices

Get Device SIP Info

Returns device SIP information.

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

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

deviceIdstring required

Internal identifier of a device

Response

Device SIP information

domainstring

SIP domain

userNamestring

User credentials

passwordstring

User password

authorizationIdstring

Internal identifier for SIP authorization

Example response

{
  "outboundProxies": [
    {
      "region": "APAC"
    }
  ]
}