How To Generate Tokens ?
curl -X 'POST' \
'https://api.sandbox.sahamati.org.in/iam/v1/user/token/generate' \
-H 'accept: application/json' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'username=<your-email>&password=<your-password>curl -X 'POST' \
'https://api.sandbox.sahamati.org.in/iam/v1/entity/token/generate' \
-H 'accept: application/json' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'id=<entityId>&secret=<entitySecret>'Was this helpful?