Issue with addUpdateServices ABDM API

Subject: Urgent: Integration Issue with ABDM APIs

Dear @Integrationsupport,

I trust this message finds you well.

We are currently in the process of integrating our software with ABDM APIs, and we have encountered an issue while making a call to the following API: https://dev.abdm.gov.in/devservices/v1/bridges/addUpdateServices. The details of the error are outlined in the attached image.

I have used “https://dev.abdm.gov.in/gateway/v1/bridges/addUpdateServices” API as well as mentioned in the documentation and got the same error.

Given the urgency of our integration efforts, we kindly request your prompt attention to this matter. Any assistance you can provide in resolving this issue would be greatly appreciated.

Thank you for your immediate attention to this critical matter.

@oneglance Please use this CURL

curl --location --request PUT ‘https://dev.ndhm.gov.in/devservice/v1/bridges/addUpdateServices’ \

–header ‘Content-Type: application/json’
–header ‘Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJBbFJiNVdDbThUbTlFSl9JZk85ejA2ajlvQ3Y1MXBLS0ZrbkdiX1RCdkswIn0.eyJleHAiOjE2OTg4MzU2ODMsImlhdCI6MTY5ODgxNDA4MywianRpIjoiNmZjMTcwNzgtYzQ4Ni00NDlkLTg4OGUtOWI0MTJLCJoaXUiLCJvZmZsaW5lX2FjY2VzcyIsIkhpZF9DaGlsZCIsImhlYWx0aElkIiwicGhyIiwiT0lEQyIsImhpcCJdfSwicmVzb3VyY2VfYWNjZXNzIjp7ImFjY291bnQiOnsicm9sZXMiOlsibWFuYWdlLWFjY291bnQiLCJtYW5hZ2UtYWNjb3VudC1saW5rcyIsInZpZXctcHJvZmlsZSJdfSwiTkhBVEVTVF8wMDEiOnsicm9sZXMiOlsidW1hX3Byb3RlY3Rpb24iXX19LCJzY29wZSI6Im9wZW5pZCBlbWFpbCBwcm9maWxlIiwiY2xpZW50SWQiOiJOSEFURVNUXzAwMSIsImNsaWVudEhvc3QiOiIxMC4yMzMuNjcuMTg3IiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtbmhhdGVzdF8wMDEiLCJjbGllbnRBZGRyZXNzIjoiMTAuMjMzLjY3LjE4NyJ9.WzySsBBS4A_4b_LV81V6refGTZfd4Ls2SABdX2OhiUZFVd5TwiLDYdxjZianWGd8N5LqnZwRRFSAMLsyYLBA7oI-Y92MUagkfsnFv-OSUxIKjsq_Zxtt1NY7ElIxpNBFFEt2D86NSD4Z_hgOtiOVjY4l-td-9TVldgPgig26bMBOThajJzQIfuDAHEZnSo9I-06wmzS5KrCbJJPNd1bYha3vX5iB5Tbk3Nm15hPXVrTgjJTDtopszNhhfEmt8sgZwam3b0y6ie06iM9VJScGT_DjbUUmOByLJNyEUGmKZ8NxwvIiiwmKyeVK-gcRUKFi4-6_GtxguOtBGlNynqGJ6Q’
–data ‘[
{
“id”: “S_Test”,
“name”: “S Test”,
“type”: “PHR”,
“active”: true,
“alias”: [
“S Test”
]
}
]’