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@logmein.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 much do the LogMeIn APIs cost?
- How do I get started?
- How do I get support for the APIs?
- Can I access more than one product API?
- What are the rate limits for the APIs?
- How to login or create a developer account
- How to create an OAuth client
- How to obtain an access token
- How to obtain and use refresh tokens
- How to use Postman API collections
- GoToWebinar webhooks
- How to use GoToWebinar webhooks
- How to use GoToConnect API to fetch Account Users and Lines
- Date and time conventions
- Paging, Sorting & Filtering Output
- OAuth Migration Guide
- Direct Login Migration
- Migrating from GoToConnect to LogMeIn Authentication API
- Introduction
- Java SDK
- .NET SDK
- SDK License Agreement
FAQ
HowTos
References
SDKs