cURL
curl --request POST \ --url https://api.eka.care/connect-auth/v1/oidc-client/{client_id}/refresh \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "<string>", "access_token": "<string>" } '
{ "access_token": "<string>", "expires_in": 123, "redirect_url": "<string>", "refresh_token": "<string>", "refresh_token_expires_in": 123 }
Connect Client Auth Refresh
Documentation IndexFetch the complete documentation index at: https://developer.eka.care/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.eka.care/llms.txt
Use this file to discover all available pages before exploring further.
OK
Was this page helpful?