Authentication
logout
Invalidate the token used by this request
For custom components:
RaiselyComponents.api.all('logout').post(data = {}, params = {}, headers = {}) => Promise<{result}>
:fa-gears: See Restie Response Data for a more detailed overview of responses through the client wrapper
post/logout
Headers
Authorizationstring
A valid HTTP Bearer token, required to access private records.
Response
The token has been revoked
Example response
{
"status": "OK"
}