curl --request POST \
--url http://localhost:8080/cabinet/auth/logout \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Logout and revoke refresh token.
curl --request POST \
--url http://localhost:8080/cabinet/auth/logout \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to refresh access token.
Refresh token
Successful Response