Calculates an appointment price estimate based on the selected service, number of patients, location, requested date, and authenticated client account.
Security
BearerAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/price-check
- Productionhttps://api.speedysticks.com/api/price-check
curl -i -X GET \
'https://docs.speedysticks.com/_mock/openapi/api/price-check?serviceId=1&amountOfPeople=2&location=123%20Main%20St%2C%20Phoenix%2C%20AZ%2C%2085003&selectedDate=2026-08-24T14%3A00%3A00.000Z' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Price estimate calculated successfully.
Example:"150.00"
One of:
Final estimated appointment price.
number
Base price of the requested service. This field may be omitted for account-specific flat pricing.
Example:99
Response
- Standard estimate
- Client account flat price
{ "priceEstimate": "150.00", "serviceBasePrice": 99, "costBreakdown": [ { … }, { … } ] }