The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
ltctech
6 years agoNew Member
GoToWebinar API Support
Hi, It seems that the Access Token that's returned by the GoToWebinar API has increased from 28 chars to 909 chars sometime around 1AM PDT. It caused our systems to error out as it overflowed th...
- 6 years ago
Hi ltctech
For help with our API please reference this Help FAQ: https://developer.goto.com/support
We do not provide support for the API here in the community.
Thanks!
smartynetwork
2 years agoNew Member
1) I created a webhook
response:
{
"_embedded": {
"webhooks": [
{
"eventName": "registrant.added",
"eventVersion": "1.0.0",
"callbackUrl": "https://arch.al/webhook/",
"product": "g2w",
"webhookKey": "e51182da-1281-4cec-81ed-25037f8947ed",
"state": "INACTIVE",
"createTime": "2024-01-03T12:16:48.679Z"
}
]
}
}2) activated it:
3) checked its status:
{
"eventName": "registrant.added",
"eventVersion": "1.0.0",
"callbackUrl": "https://arch.al/webhook/",
"product": "g2w",
"webhookKey": "e51182da-1281-4cec-81ed-25037f8947ed",
"state": "ACTIVE",
"createTime": "2024-01-03T12:16:48.679Z"
}4) added a registrant via https://api.getgo.com/G2W/rest/v2/organizers/5418525674414955728/webinars/4038468162058771032/registrants
with this payload:
{
"firstName": "John",
"lastName": "Doe",
"email": "7johndoe@example.com"
}got response:{
"registrantKey": 8774359412158568029,
"joinUrl": "https://global.gotowebinar.com/sjoin/4038468162058771032/531390045",
"status": "APPROVED",
"asset": true
}but apparently the webhook is not being trigered at all and nothing ever comes at the webhook endpoint: https://arch.al/webhook/is this platform still being maintained or are we wasting time developing for it?
KateG
2 years agoGoTo Manager
For help with our API please reference this Help FAQ: https://developer.goto.com/support
We do not provide support for the API here in the community.