Skip to main content
POST
Get contacts by IDs (deprecated)

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Body

application/json
contact_ids
string[] | null
required

List of contact UUIDs to retrieve

Example:

Response

object[] | null

OK

company_linkedin_id
string

Current company LinkedIn ID

Example:

"104924588"

company_linkedin_slug
string

Current company LinkedIn slug

Example:

"tamtam-ai"

company_name
string

Current company name

Example:

"TAMTAM"

contact_id
string

Contact UUID

Example:

"b3c6f5e2-1234-4abc-9def-0123456789ab"

email
string

Contact email address. Verified addresses only: this field is one scalar with no confidence flag, so a guessed pattern would have the API asserting an address nobody stood behind. Absent when Tamtam holds none.

Example:

"elliot.alderson@tamtam.ai"

first_name
string

Contact first name

Example:

"Elliot"

job_title
string

Current job title

Example:

"Head of Sales"

last_name
string

Contact last name

Example:

"Alderson"

linkedin_url
string

LinkedIn profile URL

Example:

"https://www.linkedin.com/in/elliot-alderson"

location
string

Contact location

Example:

"Paris, France"

phone
string

Contact phone number. When several are held, this is the one the provider stood behind; otherwise the most recently collected. Absent when Tamtam holds none.

Example:

"+33639981234"