Devconnect Content Creation Menu Block


Announcing New API: Healthcare Clinic Scheduler!

Wed, 02/04/2015 - 14:23 - Drew Schweinfurth

The Walgreens API team is very excited to announce our newest service, the Healthcare Clinic Scheduler API!

Introduction:

The Walgreens Healthcare Clinic Appointment Scheduler API allows developers to enable their mobile applications to quickly allow customers to schedule an appointment at any Walgreens Healthcare Clinic across the United States.

Locations:

Currently, Walgreens has approximately 400 Healthcare Clinic locations throughout the nation, and we're always looking to open new clinics to provide improved access to quality family healthcare for our patients.

Visit Times:

While visit times vary by location, time of day and season, patients typically experience less than a 20-minute wait before they are seen by a healthcare provider. Patient visits generally take 20 minutes, which means you can be in and out in under an hour.

Learn More:





Balance Rewards API Updates

Wed, 02/04/2015 - 10:28 - Drew Schweinfurth

We want to let you know about some healthy changes we have now implemented for the Balance Rewards API.

New General Exercise Activity Type:

We have added the ability for you to post activities like:

  • Weight Lifting
  • Push-Ups
  • Sit-Ups
  • Cross-Fit
  • Jump-Rope
  • Rowing
  • Yoga
  • etc...

All you need to do is send the activity type as:

"type": "general_exercise"

Along with the duration of the activity in seconds:

"value": {
"duration": 1200,
"type": "cross-fit"
}

This will reward your users once a day for 20 points*


New Points Total Endpoint:

We have opened up a new endpoint, and we think it will really reward your integrations. The new Balance Rewards points endpoint:

/api/steps/brpoints/v1

Gives your app the ability to use the oAuth tokens you already have for your users to get the total number of Balance Rewards points a user has!

Sample Request:
POST: /api/steps/brpoints/v1?apiKey=YOUR_API_KEY {
"access_token": "ACCESS_TOKEN",
"affiliate_id": "AFFILIATE_ID",
"transaction_id": "1234567890123456",
"act":"getBRPoints"
}
Sample Response:
{
"healthy_choice_points": 10940,
"total_rewards_points": 10940,
"transaction_id": "1234567890123456"
}

Upcoming Rate Limiting Changes:

We going to be adding in some rate limiting on March 26th, 2015 at 12:00 AM CST.
So what does this mean?

Endpoint Requests Per Minute (RPM)
/api/steps/brpoints/v1 500 RPM
/api/steps/activity/v1 500 RPM
/api/oauthtoken/delete/v1 500 RPM
/api/oauthtoken/v1 500 RPM

The Rate limiting amount was based upon the highest activity we had seen from a review done of the current integrations.

Let us know if you have any concerns via a quick message to our email address below.

*Disclaimer: Daily limit of 20 points for general exercise fitness activities (one award per day).