Skip to content

account.logout

Daniel Dupriest edited this page Feb 4, 2019 · 1 revision
  • Requires authorization

This logs a user out of their account.

Parameters

None

Request Example

POST /api/v1/account/logout/ HTTP/1.1
Host: www.reimbursinator.com
Content-Type: x-www-urlencoded
Content-Length: 0

Response Example

HTTP/1.1 200 OK
Content-Type: application/json
{
  "description": "Successfully logged out."
}
Clone this wiki locally