Logout user
Log user out by revoking auth tokens. Once logged out, current user cannot access the API anymore.
GET
/auth/logout
curl \
--request GET 'http://api.example.com/auth/logout' \
--header "Authorization: $API_KEY"
Log user out by revoking auth tokens. Once logged out, current user cannot access the API anymore.
curl \
--request GET 'http://api.example.com/auth/logout' \
--header "Authorization: $API_KEY"