v1

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

Get Registration Session Info

Returns a registration Session information by ID.

A caller must be an authorized user: either a host of the webinar or an IT Admin: a user from host's account with "WebinarSettings" permission.

get/webinar/registration/v1/sessions/{sessionId}

Path parameters

sessionIdstring required

Identifier of the Session.

Response

Successful response

idstring required

ID of the session

registrationStatus'Open' | 'Closed' required

Status of the registration

registrationPageUristring uri

The URI of the registration landing page

brandingDescriptorUristring uri

The URI of the branding descriptor

registrantCountinteger required

The current number of registrants

hasRealRegistrantsboolean required

Indicates that there are non-test registrants

icalendarSequenceinteger

Sequence number for iCalendar email attachments

Example response

{
  "id": "123456789",
  "registrationStatus": "Open",
  "registrationPageUri": "https://abcde12345.webinar.ringcentral.com/register",
  "brandingDescriptorUri": "https://abcde12345.webinar.ringcentral.com/branding",
  "registrantCount": 10,
  "hasRealRegistrants": true
}