a0b5fabf38
* Initial Commit Added Dexcom Connector Readme, apiProperties, apiDefinition * Added new line to end of files added new line to end of files * Updated README Updated README to include creating an App on Dexcom Oauth * Updated swagger file due to errors Updated swagger file: Change default to 200 Moved contact within Info Added missing , Added missing x-ms-summary's after upload * Change Requests Changed tabbed to spaces Removed additional spacing Added correct icon brand colour |
||
---|---|---|
.. | ||
README.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
README.md
Dexcom Community Connector
The Dexcom Community Connector enables the retrieval of a user's estimated glucose value (EGV) data, bringing the ability to monitor and share a Diabetic's glucose levels. You can find out more about the Dexcom Developer API directly on their website.
Pre-requisites
To use this connector, you need the following
- A Microsoft Power Apps or Power Automate plan with custom connector feature
- A Dexcom Developer account
- An App created on your account
- The Client ID and Client Secret from your App on your Dexcom account
- Ensure that you have clicked 'Apply for Upgrade' on your Dexcom App Account to use production data.
Obtaining Credentials
To obtain the credentials you need to firstly create an app on the Dexcom Developer API website.
- Open the 'My Apps' page
- Click 'Add an App'
- Provide a name for your App
- Click Create
- Add a redirect URL of: https://global.consent.azure-apim.net/redirect
- Click 'Save'
Your authentication credentials are now listed under 'Authentication'.
API documentation
Supported Operations
The connector supports the following operations:
- EGVS
- The /egvs endpoint enables retrieval of a user's estimated glucose value (EGV) data, including trend and status information.
Known Issues and Limitations
Full Access is not required for apps to access production data. All Limited Access apps can have up to 20 authorized users, thus enabling Registered Developers to test their prototype apps with multiple users without going through the upgrade process. This data access still requires user authentication and HIPAA authorization via the OAuth 2.0 process, which is described in the Authentication section of the Dexcom API site.
Frequently Asked Questions
Does Dexcom provide a test environment for analyzing returned results from an API call?
Dexcom provides a sandbox API environment which you can make API requests to. To access this you can change the endpoint, security values as well as the action calls to https://sandbox-api.dexcom.com. If you would like to change back to the production endpoint you will need to change to https://api.dexcom.com.