cURL
curl --request POST \ --url https://abdm.dev.unimetacare.com/api/m1/abha/token \ --header 'Content-Type: application/json' \ --data ' { "apiKey": "<string>" } '
{ "status": true, "message": "<string>", "data": "<string>" }
Exchange your API key for a JWT bearer token. This token must be passed as Authorization: Bearer <token> in all other API calls.
Authorization: Bearer <token>
Your ABDM API key
"<string>"
JWT token generated successfully
true
JWT bearer token
Was this page helpful?