Get new Authorization token using the refresh token
curl --request POST \
--url https://api.eka.care/connect-auth/v1/account/refresh \
--header 'Content-Type: application/json' \
--data '{
"access_token": "<string>",
"refresh_token": "<string>"
}'
{
"access_token": "<string>",
"expires_in": 123,
"refresh_expires_in": 123,
"refresh_token": "<string>"
}
OK
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.eka.care/connect-auth/v1/account/refresh \
--header 'Content-Type: application/json' \
--data '{
"access_token": "<string>",
"refresh_token": "<string>"
}'
{
"access_token": "<string>",
"expires_in": 123,
"refresh_expires_in": 123,
"refresh_token": "<string>"
}
Get new Authorization token using the refresh token
curl --request POST \
--url https://api.eka.care/connect-auth/v1/account/refresh \
--header 'Content-Type: application/json' \
--data '{
"access_token": "<string>",
"refresh_token": "<string>"
}'
{
"access_token": "<string>",
"expires_in": 123,
"refresh_expires_in": 123,
"refresh_token": "<string>"
}
OK
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.eka.care/connect-auth/v1/account/refresh \
--header 'Content-Type: application/json' \
--data '{
"access_token": "<string>",
"refresh_token": "<string>"
}'
{
"access_token": "<string>",
"expires_in": 123,
"refresh_expires_in": 123,
"refresh_token": "<string>"
}