Skip to main content

enduserdetails

Description:

Get details of enduser

Request

https://api.moinet.io/moibit/v1/enduserdetails

Headers#

Header KeyHeader ValueOptional
nonce<developer_nonce> No
signature<signature gotten after signing developer_nonce by developer> No
developerKeypublic id of the developerNo
networkIDID of the network the app belongs toNo
appIDID of the app the enduser belongs toNo
enduserIDID of the enduserNo

Response Array#

FieldDescription
enduserIDID of the enduser
isActive Enduser is active or not
isRemoved Enduser is removed or not
isMoiID Enduser having moiid or not
recoveryTime Time interval the user can recover his data

Sample Response#

{
"meta": {
"code": 200,
"requestId": "36df1845-6593-4070-9395-0d999f3e35eb",
"message": "got end user successfully"
},
"data": {
"enduserID": "0xB44003116fdD9EC0994961516D3b354680e7C340",
"isActive": true,
"isRemoved": false,
"isMoiID": false,
"recoveryTime": 2277133926
}
}