POST
Lock session
Locks the current user session. This disallows operations that require an unlocked token, such as sending a transaction.
Responses
200
OK
Response Body
object
-
sessionobjectsession object
-
createdstring date-time required -
expiresstring date-time required -
idstring required -
ipstring ipv4IP address of the client that requested this access token -
ipRestrictarray of stringsIP addresses or CIDR blockof clients that are allowed to use this token -
originstring requiredBitGo environment that issued this token. The token is only valid in this environment. -
scopearray of strings requiredSession permissions -
userstring required
-