v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Device SIP Registration

Register Device

Creates SIP registration of a device/application (WebPhone, Mobile, Softphone).

post/restapi/v1.0/client-info/sip-provision

Request body

softPhoneLineReassignment'None' | 'Initialize' | 'Reassign'

Supported for Softphone clients only. If 'SoftphoneLineReassignment' feature is enabled the reassignment process can be initialized, however if there is no DL for the given user's device then SPR-131 error code will be returned.

Response

Success

sipErrorCodesstring[]
pollingIntervalinteger

Suggested interval in seconds to periodically call SIP-provision API and update the local cache

Example response

{
  "device": {
    "shipping": {
      "status": "Shipped"
    }
  }
}