account: Account

Description Usage Arguments Value References Examples

Description

account Returns information about the current account.

Usage

1
2
3
4
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

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

## End(Not run)

tomba documentation built on Nov. 2, 2021, 9:17 a.m.