CareMaSym

Developer API

Build on your care data

A REST API over the same records that power the app — service users, visits, care plans, medication and alerts. JWT-authenticated, tenant-scoped and UK-hosted.

What the API gives you

Integrate CareMaSym with your finance, HR or reporting tools — or build something of your own on top of your data.

The same data, over REST

Read and write service users, visits, care plans, medication and alerts through a predictable REST API — the same records your team sees in the app.

JWT authentication

Authenticate with short-lived JSON Web Tokens. Every request is authorised against the caller’s role and scope before any data is returned.

Tenant-scoped by default

Every token is bound to a single organisation. The API can only ever see and change data for the tenant it belongs to — never another provider’s.

UK-hosted

The API runs in the same UK data centre as the platform, so integrating never moves your data out of the country.

Example endpoints

Illustrative only — the full reference is shared when your API access is approved.

GET /visits

List scheduled and completed visits, filtered by date, carer or service user.

GET /service-users

Retrieve service users with their care plans and current risk assessments.

POST /service-users

Create a new service user record with consent and contact details.

GET /care-plans/{id}

Fetch a single care plan, including goals and review dates.

POST /medication/administrations

Record a medication administration with the 6 R’s and outcome.

GET /alerts

Poll open alerts such as missed visits, late medication and overdue reviews.

Rate limits

Requests are rate-limited per tenant to keep the platform responsive for everyone. Typical integrations sit well within the limits; higher throughput can be arranged on Enterprise. Responses return the standard rate-limit headers so you can back off gracefully.

Which plans include the API?

The API is available on the Professional and Enterprise plans. Enterprise adds higher rate limits, priority support and an SLA.