Our Public API uses Bearer token authentication and a required X-Plan-Manager-Id header to scope all requests to a plan manager.
Head to Settings -> API Keys to generate an API Key
Every request to the Public API must include:
Bearer <your_api_key>
$curl -X GET 'https://api.caresquareapi.com/api/public/v1/invoices?limit=20&offset=0' \> -H 'Authorization: Bearer <YOUR_API_KEY>' \> -H 'X-Plan-Manager-Id: <PLAN_MANAGER_UUID>'
Authorization
X-Plan-Manager-Id