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

Logout: Post

Bastien Saquet edited this page Feb 2, 2016 · 8 revisions

##POST /

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

####Response status codes #####200 OK Successful lgout

#####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