cancel
Showing results for 
Search instead for 
Did you mean: 
SanderCRM
New Contributor

.NET SDK webinarAPI for GetAttendees (C#) responds with 403 Access Denied

Dear Community,

 

For one of our customers I'm writing a C# .NET interface using the GoToWebinar SDK (NuGet).

I have a working AccessToken and I managed to get response from the API by calling:

 

var webinarData = webinarsApi.getWebinar(accessToken, this.organizerKey, webinarKey);

 

BUT! Unfortunatelly, when I call:

 

var attendeesData = webinarsApi.getAttendeesForAllWebinarSessions
(accessToken, organizerKey, webinarKey, 0, 20);

I receive: "The remote server returned an error: (403) ."

No additional information on the cause of this error...

 

Is there anybody here that had this issue before or knows how to get Attendee data?

Your help is greatly appreciated!

 

Greetings,

Sander

 

2 REPLIES 2
AshC
Retired GoTo Contributor

Re: .NET SDK webinarAPI for GetAttendees (C#) responds with 403 Access Denied

@SanderCRM if you have not already done so, please fill out a developer support request here: https://goto-developer.logmeininc.com/api-support-request-template 


Ash is a member of the LastPass Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!
SanderCRM
New Contributor

Re: .NET SDK webinarAPI for GetAttendees (C#) responds with 403 Access Denied

Hi AshC,

Thanks for the reply and yes, I did.
I'm hoping so find a solution asap. 😉

Thanks,
Sander