Post
/api/v1/logout
Invalidate your REST API authentication token.
Header parameters
X-Auth-Token
stringRequired
The authorization token of the user
X-User-Id
stringRequired
The user id of the user
Responses
200
Example
{
"status": "success",
"data": {
"message": "You've been logged out!"
}
}
object
status
string
data
object
message
string