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.

POST
/api/b/v1/sessions/revoke-all

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

admin_access_token?string|null

Response Body

application/json

application/json

curl -X POST "https://example.com/api/b/v1/sessions/revoke-all"
{  "revoked": true,  "scope": "string"}