API ReferenceSession
POST
/v1/auth/logout
Log the user out from the provided session
This API endpoint will sign the user out of the provided session using the refreshToken
.
Successfully executing this endpoint will invalidate the provided refresh tokens.
Response will also include all user tokens and fields empty, so the executing 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?