account: Account

accountR Documentation

Account

Description

account Returns information about the current account.

Usage

account(obj)

## S4 method for signature 'Tomba'
account(obj)

Arguments

obj

Tomba class

Value

A list your account data containing your pricing,first_name,last_name,email,country,requests used on domain search and email finder, and email verifier.

References

https://developer.tomba.io/#account-information

Examples

## Not run: 
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- account(obj)

## End(Not run)

tomba-io/r documentation built on June 1, 2025, 10:12 p.m.