REST APIEnterpriseUser

POST

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

Responses

200
OK

Response Body

object

  • session object
    session object
    • created string date-time required
    • expires string date-time required
    • id string required

      matches ^[0-9a-f]{32}$

    • ip string ipv4
      IP address of the client that requested this access token
    • ipRestrict array of strings
      IP addresses or CIDR blockof clients that are allowed to use this token
    • origin string required
      BitGo environment that issued this token. The token is only valid in this environment.
    • scope array of strings required
      Session permissions
    • user string required

      matches ^[0-9a-f]{32}$