Auth

Record Logout

Called by the Meteor app when a user logs out. Deactivates the session associated with the given hashed token.

post/v1/auth/logout

Request body

userIdstring required

Meteor user ID

hashedTokenstring required

Hashed login token identifying the session to deactivate

Response

Default Response

successboolean required
messagestring required