REST API, webhooks and SDKs. JSON over HTTPS. AWS Sydney data residency.
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"
List volunteers in your organisation.
Create a volunteer (auto, sends invite).
List shifts with filters and pagination.
Create a shift and notify matching volunteers.
Logged hours for ESG and compliance reporting.
Public verified trust profile.
Send SMS + email to a segment.
volunteer.createdFires when a new volunteer joins your org.
volunteer.verifiedFires when a volunteer clears compliance.
shift.filledFires when a shift hits capacity.
hours.loggedFires when a volunteer logs hours.
care_alert.triggeredFires on a Care Alerts threshold breach.
esg.report.generatedFires when an ESG report is ready.
Signed with HMAC SHA256. Retries 5 times with exponential backoff.
API keys are gated to verified organisations. Sandbox keys available immediately. Read more on the security page.