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.