API ReferenceSession
POST
/v1/auth/logoutall
Log the user out from all signed-in sessions
This API endpoint will sign the user out of all the devices they are currently signed-in with. Successfully executing this endpoint will invalidate all user's refresh tokens. Response will include all user tokens and fields empty, so client will remove cookies as well.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID:Refresh JWT\>
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
Status code | Description |
---|---|
200 | OK |
Was this helpful?