LEAF API Documentation
You are in: API » Release 1 » Log Out

Log Out GET

Call this method to invalidate the current authentication token as supplied in the request header. This has the effect of logging the user out, and preventing any further access via the token.

Parameters

This method does not utilise any parameters.

XML

Example Request
GET https://api.leaf.eco/r1/logout.eb HTTP/1.1
Accept: text/xml
Example Response
HTTP/1.1 204 No Content

JSON

Example Request
GET https://api.leaf.eco/r1/logout.eb HTTP/1.1
Accept: application/json
Example Response
HTTP/1.1 204 No Content

Test