Sandbox ID for API call

Hi @IntegrationSupport,
may I know how can I obtain the sandbox ID (********@sbx).
I have got the client ID and secret key, but unable to figure out the *******@sbx ID , kindly help.

You need to register in sandbox webpage and after getting approval, you will client id.

thank you @Binay n Singh. so that itself is health ID ?
@IntegrationSupport, In the api execution “​/v0.5​/users​/auth​/on-fetch-modes”, in the request body
{

“requestId”: “{{$guid}}”,

“timestamp”: “{{timestamp}}”,

“query”: {

"id": "*********@sbx",---------> what needs to be added here ?

"purpose": "LINK",

"requester": {

  "type": "HIP",

  "id": "*****************"   -------------->  what needs to be added here ?
}

}

}

id is the facility-id for the HIP for which you are calling this API.
“id”: “*********@sbx”=> this is the abha address for which you what to initiate the linking process. Suggest you go through the Sandbox documentation. All details you will find in swagger link which is embedded in the documentation.