-
Notifications
You must be signed in to change notification settings - Fork 6
account.logout
Daniel Dupriest edited this page Feb 4, 2019
·
1 revision
- Requires authorization
This logs a user out of their account.
None
POST /api/v1/account/logout/ HTTP/1.1
Host: www.reimbursinator.com
Content-Type: x-www-urlencoded
Content-Length: 0
HTTP/1.1 200 OK
Content-Type: application/json
{
"description": "Successfully logged out."
}