Skip to main content
Skip table of contents

GoMeddo Rest API & API docs

Here are the basic steps to connect to the GoMeddo Rest API so you can use it from

https://apidocs.gomeddo.com

Steps:

  1. Create a connected app.
    This connected app should allow the callback url https://apidocs.gomeddo.com/oauth2-redirect.html

  2. Go to the app manager Apps and “view” your connected app (this will give you acces to the consumer id)

  3. The salesforce instance you will connect to will also need a CORS whitelist entry for https://apidocs.gomeddo.com

  4. 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 Apex

    CODE
    System.debug(URL.getOrgDomainUrl());

    Get the correct instance url from the debug logs.

  5. Go back to the apidocs, copy in the instance url, hit authorize

  6. Paste you consumer id, login with your user and authorize

  7. You can now use the tryout button.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.