Developers

    Build on the care infrastructure

    REST API, webhooks and SDKs. JSON over HTTPS. AWS Sydney data residency.

    Quick start

    Generate an API key from your organisation dashboard, then call any endpoint.

    curl https://api.suggicare.io/v1/volunteers \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json"

    Endpoints

    GET/v1/volunteers

    List volunteers in your organisation.

    POST/v1/volunteers

    Create a volunteer (auto, sends invite).

    GET/v1/shifts

    List shifts with filters and pagination.

    POST/v1/shifts

    Create a shift and notify matching volunteers.

    GET/v1/hours

    Logged hours for ESG and compliance reporting.

    GET/v1/orgs/:slug/trust

    Public verified trust profile.

    POST/v1/broadcast

    Send SMS + email to a segment.

    Webhooks

    volunteer.created

    Fires when a new volunteer joins your org.

    volunteer.verified

    Fires when a volunteer clears compliance.

    shift.filled

    Fires when a shift hits capacity.

    hours.logged

    Fires when a volunteer logs hours.

    care_alert.triggered

    Fires on a Care Alerts threshold breach.

    esg.report.generated

    Fires when an ESG report is ready.

    Signed with HMAC SHA256. Retries 5 times with exponential backoff.

    Production access

    API keys are gated to verified organisations. Sandbox keys available immediately. Read more on the security page.

    You are offline. We will retry when you reconnect.