How to log out a user using the mobile provider
POST https://mburger.cloud/api/logout
curl https://mburger.cloud/api/logout -X POST -H "Accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -H "X-MBurger-Token: " -H "X-MBurger-Version: 3"
This API has no parameters.
When successful, a HTTP 200 and JSON like this is returned:
{ "status_code": 0 }
Last updated 4 years ago