Sign out
POST /signout
POST
/signout
End the current user session by invalidating refresh tokens. Optionally sign out from all devices.
Authorizations
Section titled “Authorizations ”- BearerAuth
- None
Request Body required
Section titled “Request Body required ”Sign-out options including refresh token and whether to sign out from all devices
object
refreshToken
Refresh token for the current session
string
all
Sign out from all connected devices
boolean
Responses
Section titled “ Responses ”Successfully signed out
string
default
Section titled “default ”An error occurred while processing the request
Standardized error response
object
status
required
HTTP status error code
integer
Example
400 message
required
Human-friendly error message
string
Example
Invalid email format error
required
Error code identifying the specific application error
string