Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Logout: Post

Natasa Bulatovic edited this page Feb 3, 2016 · 8 revisions

##POST /logout

  • Logout a user from the API: API Key is invalidated

####Response status codes #####200 OK Successful logout

#####401 Unauthorized Unsucessful logout

####Example request curl --user email:password --request POST <baseURL>/rest/logout

or with API Key:

curl --header "Authorization: Bearer key" --request POST <baseURL>/rest/logout

Clone this wiki locally