ApiSessions
Sign out of this business everywhere
End every session this member holds for this business. Takes effect on the next request rather than after some delay: every token issued before this moment is refused, including the refresh tokens that would otherwise keep minting access tokens for days.
End every session this member holds for this business.
Takes effect on the next request rather than after some delay: every token issued before this moment is refused, including the refresh tokens that would otherwise keep minting access tokens for days.
Authorization
OAuth2PasswordBearer AuthorizationBearer <token>
In: header
Cookie Parameters
Response Body
application/json
application/json
curl -X POST "https://example.com/api/b/v1/sessions/revoke-all"{ "revoked": true, "scope": "string"}