Account
Endpoints
Account details
GET https://api.cloudnode.pro/v4/account
Get user account details.
Requires authentication. See how to authenticate your request. Requires permission node account.
{
"created": "2022-07-02T08:33:12.000Z", // {string} ISO timestamp of account creation time
"id": "user_HiSOG53KzE1cc01rDZ4", // {string} Unique user ID
"identity": { // identity object
"country": "NO",
"email": "[email protected]",
"name": "John Doe",
"username": "john.doe"
}
}{
"created": "2022-07-02T08:33:12.000Z", // {string} ISO timestamp of account creation time
"id": "user_HiSOG53KzE1cc01rDZ4", // {string} Unique user ID
"identity": null
}Account identity
GET https://api.cloudnode.pro/v4/account/identity
Get user account identity
Requires authentication. See how to authenticate your request. Requires permission node account.identity.
Last updated