Hi @IntegrationSupport, hope you are doing well,
We are facing Too many request error in mobile app, even on-share API called successfully.
We got success message, but Got error on mobile app, Here is the example image
How to solve this issue, What user will get after successful acknowledgement?
curl --location ‘https://dev.abdm.gov.in/gateway/v1.0/patients/profile/on-share’
–header ‘Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJBbFJiNVdDbThUbTlFSl9JZk85ejA2ajlvQ3Y1tYXvpyOoVYSpUqwzxvEL9IqiPZbw1pTJGPNNR0yXEgONNaTL3fcxX05bbByOG35zaoqT9mFmpOb4Rax8Jy9RHjhA3U5e_fll6IHXL2wwPdXk5UrUjFBV-ihHZEXCmoDSuChBJm3w’
–header ‘Content-Type: application/json’
–header ‘X-CM-ID: sbx’
–data-raw ‘{
“requestId”: “5f7a535d-a3fd-416b-b069-c97d021fbacd”,
“timestamp”: “1970-01-01T00:00:00.000Z”,
“acknowledgement”: {
“status”: “SUCCESS”,
“healthId”: “karthikeyan@sbx”,
“tokenNumber”: “100”
},
“error”: {
“code”: 0,
“message”: “string”
},
“resp”: {
“requestId”: “b28bd66f-8690-4315-b64a-c791fc74e113”
}
}’