Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/plus/auth/refresh/ \
--header 'Content-Type: application/json' \
--data '
{
"refresh": "<string>"
}
'{
"access": "<string>"
}Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
curl --request POST \
--url https://api.example.com/v1/plus/auth/refresh/ \
--header 'Content-Type: application/json' \
--data '
{
"refresh": "<string>"
}
'{
"access": "<string>"
}Была ли эта страница полезной?