latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

User

Lock session

Locks the current user session. This disallows operations that require an unlocked token, such as sending a transaction.

post/api/v2/user/lock

Response

OK

Example response

{
  "session": {
    "id": "59cd72485007a239fb00282ed480da1f",
    "ip": "127.0.0.1",
    "origin": "test.bitgo.com",
    "scope": [
      "crypto_compare",
      "user_manage",
      "openid",
      "profile",
      "wallet_create",
      "wallet_manage_all",
      "wallet_approve_all",
      "wallet_spend_all",
      "wallet_edit_all",
      "wallet_view_all"
    ],
    "user": "59cd72485007a239fb00282ed480da1f"
  }
}