Get Started with Alexa Smart Properties for Healthcare APIs


Before you can use Alexa Smart Properties for healthcare APIs, you must create a local Amazon Business account, and then register it with Alexa Smart Properties for healthcare. Then you must create a Login with Amazon (LWA) security profile by using the same Amazon Business account that you registered with Alexa Smart Properties for healthcare. Finally, you must register your LWA security profile with Alexa Smart Properties and use the security profile to generate an API access token.

Prerequisites

To create an Amazon Business account

  • To create an Amazon Business account, go to Amazon Business.

To register with Alexa Smart Properties for healthcare

  • If you're already working with a member of the Alexa Smart Properties Business Development team, inform them that you've completed the previous steps, and they'll complete your setup.
  • If you're not working with a member of the Business Development team, see Get Started with Alexa Smart Properties for healthcare. A member of the Business Development team will contact you to:
    • Register your company's Amazon Business account email or customer ID and business ID.
    • Finalize pricing
    • Finish setting up your subscription

Create an LWA security profile

Create a security profile by following the steps in the LWA console, using the same Amazon Business account and email address that you registered with Alexa Smart Properties for healthcare. For future reference, make sure to note the client ID for your application. After creating your security profile, add your website to the security profile.

Register your LWA security profile and obtain your Organization ID

Log into the Alexa Smart Properties Console and go to Administration. Click Grant API Access, enter your LWA Client ID, and then click Submit to register your LWA security profile and obtain your Alexa Smart Properties for healthcare organization (amzn1.alexa.unit.did.{id}) identifier.

Integrate with LWA to get an API access token

To integrate LWA into your application to obtain an API access token, follow the instructions in Integrate LWA with your app. These instructions show you how to integrate LWA into your application and obtain an LWA API access token. For more details, see Authorization Code Grant.

To integrate with LWA to get an API access token for Alexa Smart Properties for healthcare

  1. Choose Auth Code Grant as your auth grant type.
  2. Request the "alexa::enterprise:management", "credential_locker::wifi_management", and "profile:user_id" scopes.

After you can successfully log in with LWA by using your Amazon Business account, you can call Alexa Smart Properties for healthcare APIs.

To refresh your access token, follow the instructions in Using Refresh Tokens.

Use the LWA access token

To call the APIs, you must include your API access token as part of the Authorization request header of each API call.

The following example is a CURL request that uses the access token to call the endpoint enumeration API. To use it, change $ACCESS_TOKEN to your real access token, and then change the URL to the correct one for the API you're calling.

   curl -i -v -X GET -H "Authorization: Bearer $ACCESS_TOKEN" https://api.amazonalexa.com/v2/endpoints

Now that you've registered with Alexa Smart Properties for healthcare, you're ready to use its APIs.


Last updated: Dec 15, 2022