Error while creating HealthLocker (Too many requests )

{
“error”: {
“code”: 2429,
“message”: “Too many requests found”
}
}
When i try to give below mentioned initiate request to healthlocker. I got the above response

  • https://dev.ndhm.gov.in/gateway/v0.5/subscription-requests/cm/init
    {

    “requestId”: “093af3ac-70a1-454e-b007-783c67fa5990”,

    “timestamp”: “2021-06-18T07:06:22.809000”,

    “subscription”: {

      "purpose": {
    
          "text": "Care Management",
    
          "code": "CAREMGT",
    
          "refUri": "https://webhook.site/0df8738f-3d98-4c08-9a93-a32a8add35f7"
    
      },
    
      "patient": {
    
          "id": "ramesh1508@sbx"
    
      },
    
      "hiu": {
    
          "id": "DHV"
    
      },
    
      "hips": {
    
          "id": "DHV"
    
      },
    
      "categories": [
    
          "LINK"
    
      ],
    
      "period": {
    
          "from": "2021-06-18T07:06:22.809000",
    
          "to": "2021-09-19T18:30:00.000000"
    
      }
    

    }

}

Hi @ashok-kinitious,

Too many request is sent from gateway when the requestId is duplicate or timestamp is not sync with current UTC timestamp.

Please cross check and try again.

Thank you