Skip to content

Authentication

API Key

All headless API requests require an API key. Find your key in the SimplerSuite Reviews dashboard under Settings → API.

Pass the key via the X-SimplerReviews-Key header:

Terminal window
curl -H "X-SimplerReviews-Key: sr_your_api_key_here" \
https://reviews-api.simplersuite.co/api/v1/shop/summary

Regenerating Keys

If your API key is compromised, regenerate it in Settings → API → Regenerate Key. The old key will immediately stop working.

Base URL

All API endpoints are relative to:

https://reviews-api.simplersuite.co/api/v1