Skip to main content
GET
/
v2
/
key-accounts
List Key Accounts
curl --request GET \
  --url https://api.tamtam.ai/api/v2/key-accounts \
  --header 'Authorization: <api-key>'
{
  "companies": [
    {
      "domain": "<string>",
      "employees_on_linkedin": 123,
      "hq_country": "<string>",
      "industry": "<string>",
      "linkedin_id": "<string>",
      "linkedin_slug": "<string>",
      "logo_url": "<string>",
      "name": "<string>",
      "followed_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Response

OK

companies
object[] | null
required

Companies currently in the account's Key Accounts, ordered by most-recently added/updated first.