Reaching support
When reporting a problem with any of the GoTo product APIs, we require the following details. The details will help us investigate the problem and determine whether it is a problem with the way the API is being called, or an issue with our APIs.
If you do not have complete content, fill in what you can.
Cut and paste the following template, complete it, and please send it to developer-support@goto.com.
- Product: {Enter your data here}
- Problem Description: {Enter your data here}
- API Method: {Enter your data here}
- Request URL: {Enter your data here}
- Request Headers: {Enter your data here}
- Request POST Data (if applicable): {Enter your data here}
- Response HTTP Code: {Enter your data here}
- Response Body: {Enter your data here}
- Account ID: {Enter your data here}
- Client ID: {Enter your data here}
- Email that was being used to create the access token: {Enter your data here}
Example of Request
- Product: GotoMeeting
- Problem Description: When getting the details for a specific meeting the value for
status
is missing - API Method: Get Meeting
- Request URL: https://api.getgo.com/G2M/rest/meetings/123456789
- Request Headers:
- Content-Type: application/json
- Accept: application/json
- Response HTTP Code: 200
- Response Body:
[ { "createTime" : "", "passwordRequired" : "false", "status" : "“, "subject" : "Test Meeting", "endTime" : "2013-05-11T10:00:00.+0000", "conferenceCallInfo" : "AT: +43 (0) 7 2088 2172\nDE: +49 (0) 811 8899 6929\nUS: +1 (626) 521-0016\nGB: +44 (0) 203 657 6779\nDE: 0 800 723 5120\nUS: 1 877 739 5902\nFR: +33 (0) 170 950 589\nAccess Code: 348-565-853", "startTime" : "2013-05-11T09:00:00.+0000", "duration" : 60, "maxParticipants" : 26, "meetingId" : 123456789, "meetingKey" : 123456789, "meetingType" : "scheduled", "uniqueMeetingId" : 123456789 } ]
- OAuth Client ID : b5aae1045b2665811234567890abcdef
- Email that was being used to create the access token: Joe.Smith@example.com
- How do I get started?
- How to create a developer account
- How to create an OAuth client
- How to obtain an OAuth access token
- How to obtain an OAuth access token (in Node.js)
- How to Obtain and Use Refresh Tokens
- How to use GoToConnect API to fetch account users and lines
- How to create, update and delete account users via Admin API
- Call events screen pop tutorial
- Send SMS tutorial
- How to use Voice Admin APIs
- GoToWebinar webhooks
- How to use GoToWebinar webhooks
- Introduction
- Java SDK
- .NET SDK
- OAuth migration guide
- Direct login migration
- How to use Postman API collections
- How much do the GoTo APIs cost?
- How do I get support for the APIs?
- Rate Limiting
Get Started
Authentication
GoToConnect
GoToWebinar
SDKs
References