Welcome to the new RoboCon Docs! Please note that this docs is still WIP.
curl --request POST \
--url https://api.example.com/api/v1/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"access_token": "<string>",
"token_type": "bearer"
}curl --request POST \
--url https://api.example.com/api/v1/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"access_token": "<string>",
"token_type": "bearer"
}Was this page helpful?