Getting invalid credentials

@IntegrationSupport

We are getting the invalid credential error when we try to get access token. Could you please check.

I am using curl.

====
curl --location --request POST ‘https://dev.abdm.gov.in/gateway/v0.5/sessions’ --header ‘Content-Type: application/json’ --data-raw '{

“clientId”: “SBX_000001”,

“clientSecret”: “< secret here >”

}’

Response:

{“error”:{“code”:2500,“message”:“Invalid client credentials”}}

Please help.

Please ignore this. This issue is now resolved. Looks like my bridge ID and password were updated later on, and I was using the older credentials.

No problem @pphegde.

Thanks