curl --request PUT \
--url https://api.dfns.io/auth/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"allSessions": true
}
'{
"message": "<string>"
}Completes the user logout process.
curl --request PUT \
--url https://api.dfns.io/auth/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"allSessions": true
}
'{
"message": "<string>"
}CustomerEmployee)EndUser)Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Success
Was this page helpful?