API ReferenceapiidentityPOST /v1/users/me/sessions/sign-out-others

POST /v1/users/me/sessions/sign-out-others

Service: identity · operationId: (none)

Required scopes

(no scope declared — review service config)

Responses

200 Other sessions revoked

{
  "type": "object",
  "properties": {
    "revoked": {
      "type": "number"
    }
  },
  "required": [
    "revoked"
  ]
}

Example

curl -X POST https://identity.platform.loop.health/v1/users/me/sessions/sign-out-others \
  -H "Authorization: Bearer $ACCESS_TOKEN"