What have to do to get started?

Hi There,

I am Udhayakumar. I have registered for ABDM Sandbox integration and I got approval from the team and Client ID and Secret.

I hope that I have to start from here, NDHM Sandbox (abdm.gov.in)

In the above getting started URL. As a first Step. I can able to get the access token. This is fine

In the Second step, we have API to update the Health repository URL. I hope this is the URL where I am going to host my application. Please correct me if I am wrong.
My question is:Can I access the APIs from the localhost? I mean when developing?

In the third step, I need to register for HIP/HIU service by the below payload command
{“id”:“unique-hip-id”,“name”:“Your-facility-name”,“type”:“HIP”,“active”:true,“alias”:[“EG”]}
My question is: What is unique-hip-id? Where I can find it? Also Your-facility-name?

Can you please suggest me better documentation?

Thanks in advance.

Hey @udhayaas97,

You have to do it step by step.

  1. Register with the call back URL for your client id.
    That URL will be your Bridge URL .
    Till that time you can proceed with Webhook URL for testing given here.

  2. For API related issues please take inspiration from here

Thanks