GoMeddo Rest API & API docs
Here are the basic steps to connect to the GoMeddo Rest API so you can use it from
Steps:
Create a connected app.
This connected app should allow the callback url https://apidocs.gomeddo.com/oauth2-redirect.htmlGo to the app manager Apps and “view” your connected app (this will give you acces to the consumer id)
The salesforce instance you will connect to will also need a CORS whitelist entry for https://apidocs.gomeddo.com
Then you need the salesforce instance url, make sure this is correct since they don’t always match with what you see in your url bar.
If you want to be sure, open the developer console in Salesforce, Anonymous ApexCODESystem.debug(URL.getOrgDomainUrl());
Get the correct instance url from the debug logs.
Go back to the apidocs, copy in the instance url, hit authorize
Paste you consumer id, login with your user and authorize
You can now use the tryout button.