Getting error while makeing bridges request

Hey @nxtdesigns,

You must have got new client id secret on registered mail.
Check with that, it will work.

Thanks

@Shubhanshu_Shukla - Facing the same issue exactly. Can someone pls help here?

My CURL Request:
curl --location --request PATCH ‘https://dev.abdm.gov.in/devservice/v1/bridges
–header ‘Content-Type: application/json’
–header 'Authorization: Bearer <Bearer_Token>
–data ‘{
“url”:“https://webhook.site/d877e801-1bde-4974-9ee2-23af167dfc30
}’

Response
“timestamp”: “2024-01-12T04:15:20.607+0000”,
“path”: “/v1/bridges”,
“status”: 500,
“error”: “Internal Server Error”,
“message”: “JSON decoding error: Cannot deserialize instance of java.lang.String out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.lang.String out of START_OBJECT token\n at [Source: (io.netty.buffer.ByteBufInputStream); line: 1, column: 10] (through reference chain: java.util.Properties[“error”])”,
“requestId”: “4c719732-19778”

@IntegrationSupport

I have registered the Health Facility
DemoFacilityAvenger
Status : Submitted
FACILITY ID IN3210000135
in https://facilitysbx.abdm.gov.in and hprid also.
But am not getting this facility name when i call the following api
GET https://dev.ndhm.gov.in/gateway/v1/bridges/getServices.I have created other facilities using the api call PUT https://dev.abdm.gov.in/devservice/v1/bridges/services.That am getting in the get response. Registration in https://facilitysbx.abdm.gov.in is not mandatory for integration? Could you please give some advice on this matter?

Sreedevi