Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/tikhub/user/get_user_info'
{
"code": 200,
"router": "",
"api_key_data": {
"api_key_name": "string",
"api_key_scopes": [
null
],
"created_at": "2019-08-24T14:15:22Z",
"expires_at": "2019-08-24T14:15:22Z",
"api_key_status": 0
},
"user_data": {
"email": "string",
"balance": 0,
"free_credit": 0,
"email_verified": true,
"account_disabled": true,
"is_active": true
}
}