Logo
Zoom Public API Documentation

Get webinar tracking sources

GET {{baseUrl}}/webinars/:webinarId/tracking_sources

Webinar Registration Tracking Sources allow you to see where your registrants are coming from if you share the webinar registration page in multiple platforms. You can then use the source tracking to see the number of registrants generated from each platform.
Use this API to list information on all the tracking sources of a Webinar.

Prerequisites:

Scopes: webinar:read:admin,webinar:read

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "total_records": "<integer>", "tracking_sources": [ { "id": "<string>", "registration_count": "<integer>", "source_name": "<string>", "tracking_url": "<string>", "visitor_count": "<integer>" }, { "id": "<string>", "registration_count": "<integer>", "source_name": "<string>", "tracking_url": "<string>", "visitor_count": "<integer>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/webinars/:webinarId/tracking_sources' -H 'Accept: application/json'

ENDPOINTS