latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

User

Get session

Returns the session associated with access token passed via the Authorization header.

get/api/v2/user/session

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"
  }
}