Returns whether Speedy Sticks can service the provided zip code based on nearby phlebotomist availability.
Security
BearerAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/service-area/check
- Productionhttps://api.speedysticks.com/api/service-area/check
curl -i -X GET \
'https://docs.speedysticks.com/_mock/openapi/api/service-area/check?zip=10014' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "serviceable": true, "message": "We service this area" }