User Account Details
This API endpoint will help you fetch the user account details.
Method
Endpoint: https://sdk.komet.me/user/info
Request:
{
bearerToken: String,
partnerId: String,
partnerKey: String,
}
Response:
{
"userId": Number,
"username": String,
"email": String,
"type": String,
"userWallet": String
}
Last updated
Was this helpful?