Logout user

GET /auth/logout

Log user out by revoking auth tokens. Once logged out, current user cannot access the API anymore.

Responses

  • 200

    Logout successful

GET /auth/logout
curl \
 --request GET 'http://api.example.com/auth/logout' \
 --header "Authorization: $API_KEY"