Getting too many requests error on /v0.5/patients/find

Hi we registered our facility as a HIU using the PUT https://dev.ndhm.gov.in/devservice/v1/bridges/services endpoint where we specified our HIU ID, when we use the same HIU ID that was registered in the POST /v0.5/patients/find endpoint using the below payload we get 429 too many requests error, below is the payload.

{

 "requestId": "a valid uuid",

"timestamp": "valid iso timestamp",

"query": {

    "patient": {

        "id": "rohanchris707@sbx"

    },

    "requester": {

        "type": "HIU",

        "id": "our_HIU_ID"

    }

}

}

Additional Info: We checked the uuid and timestamp they are unique every time we send the request.

Kindly let us know what we are doing wrong, or if the method of registration of HIU ID is wrong.

Hi @RohanChristopher707 please provide us with curl for better information.

Thanks,

Hi @RohanChristopher707 please try using UTC timestamp.

Thanks

Hi @Ramandeep1 was using UTC timestamp, tried with ISO timestamp instead, it is now working as expected, Thanks.