Account
How to manage your NodeHub.io account via API.
Get account data
GET
https://api.nodehub.io/v1/account
This endpoint returns account data of the current user.
Headers
Name
Type
Description
Authorization*
string
Authentication token you've generated in your account
{
"balance": 468.89,
"email": "[email protected]",
"referrer": null,
"username": "tolgahan",
"verified": true
}
Last updated