Nest Authbeta

POST /auth/logout-all

Logout All

Logout All

POST/auth/logout-all

Responses

200

NestAuthLogoutAllResponseDto

FieldTypeRequiredDescription
messagestringrequiredResponse message
Example: Logged out from all devices

Example response

{
  "message": "Logged out from all devices"
}

Try it

curl -X POST 'https://api.example.com/auth/logout-all' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

On this page