User Account Details

This API endpoint will help you fetch the user account details.

Request:
{
	bearerToken: String,
	partnerId: String,
	partnerKey: String,
}

Response:

{
    "userId": Number,
    "username": String,
    "email": String,
    "type": String,
    "userWallet": String
}

Last updated

Was this helpful?