v1

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

List Subscriptions

Returns a list of subscriptions created by the user for the current authorized client application.

get/restapi/v1.0/subscription

Response

Successful response

uristring uri required

Canonical URI of a resource

Example response

{
  "records": [
    {
      "id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
      "deliveryMode": {
        "address": "https://acme.com/myservice/webhook"
      }
    }
  ]
}