Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success
The response is of type boolean.
curl --request POST \
--url https://api-staging.boost.xyz/auth/logout \
--header 'Authorization: Bearer <token>'trueinvalidate the refresh token of the user
curl --request POST \
--url https://api-staging.boost.xyz/auth/logout \
--header 'Authorization: Bearer <token>'trueBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The response is of type boolean.