logout
Logs a user out by invalidating a valid token.
Request Body The information required to logout |
---|
userid string — REQUIREDThe UserId |
tokenContent string — REQUIREDThe token to invalidate |
Responses | ||||
---|---|---|---|---|
200 A successful request
|
Logs a user out by invalidating a valid token.
Request Body The information required to logout |
---|
userid string — REQUIREDThe UserId |
tokenContent string — REQUIREDThe token to invalidate |
Responses | ||||
---|---|---|---|---|
200 A successful request
|
POST /logout
https://play.hypernex.dev/api/v1
curl -L -X POST 'https://play.hypernex.dev/api/v1/logout' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'