post https://us-central1-readysandbox.cloudfunctions.net/user-refreshTokens
Refreshes the user's tokens.
Log in to see full request history
Responses
400Invalid request, missing or invalid parameters.
500Internal server error.
Refreshes the user's tokens.
400Invalid request, missing or invalid parameters.
500Internal server error.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/user-refreshTokens \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"userId": "string",
"idToken": "string",
"refreshToken": "string"
}