REST APIs
ABHA verification, care-context linking, consent handling and record exchange, all JSON over HTTPS.
An Ayush Setu initiative — powered by GJ Global
SDK mode
If you already have a HIS, use the connector as an SDK: you keep your UI and data model, we deal with signing, consent and the registries.
ABHA verification, care-context linking, consent handling and record exchange, all JSON over HTTPS.
Signed callbacks for consent grants, revocations and incoming data requests, with retries.
A full sandbox with seeded ABHAs so you can build and test before touching production.
Java and Node helpers that wrap signing, token refresh and the request envelope.
curl -X POST https://api.ayushsetu.example/v1/abha/verify \
-H "Authorization: Bearer $AYUSHSETU_TOKEN" \
-H "Content-Type: application/json" \
-d '{"abhaAddress":"anita@abdm","purpose":"CARE_CONTEXT_LINK"}'Tell us what you are building and we will set up a sandbox tenant for your team.