Skip to content

Logout

Logs out the user by invalidating their current access and refresh tokens.

POST/user/v1/logout
Terminal window
curl -X POST https://api.juspredict.com/user/v1/logout \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{}'
{
"status": {
"type": "SUCCESS",
"details": []
}
}
FieldTypeDescription
statusStatusOperation status.