Company API
Our Company API lets you lookup company data via a domain
query Parameters
domainThe domain name for which you to find associated information.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Company API › Responses
Company object to be returned
idnamelegalNamedomaindomainAliasestagsdescriptionfoundedYearlocationtimeZoneutcOffsetlogoemailProvidertypetickerphoneindexedAttechtechCategoriesPerson API
The Person API enables you to fetch social details tied to an email address—everything from the individual’s name and location to their Twitter handle.
query Parameters
emailThe email address to find data.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Person API › Responses
Person object to be returned
emaillocationtimeZoneutcOffsetbiositeavatarfuzzyemailProviderindexedAtphoneactiveAtinactiveAtCombined API
This endpoint expects an email address, and will return an object containing both the person and company (if found).
query Parameters
emailThe email address to find data.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Combined API › Responses
Combined person and company data retrieved successfully