Authentication
/signout
Sign Out
POST
Authorizations
JSON Web Token to authorize requests.
Body
application/json
Refresh token during authentication or when refreshing the JWT
Example:
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
Sign out from all connected devices
Response
200
application/json
Successfully signed out
The response is of type string
.
Example:
"OK"