Skip to content
GJ HealthcareAyush SetuABDM Integrator

SDK mode

Bring your own product. We handle the ABDM protocol.

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.

REST APIs

ABHA verification, care-context linking, consent handling and record exchange, all JSON over HTTPS.

Webhooks

Signed callbacks for consent grants, revocations and incoming data requests, with retries.

Sandbox

A full sandbox with seeded ABHAs so you can build and test before touching production.

Client libraries

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"}'

Want sandbox credentials?

Tell us what you are building and we will set up a sandbox tenant for your team.

Contact us