Skip to main content
GET
/
v2
/
contacts-lists
List contacts lists
curl --request GET \
  --url https://api.tamtam.ai/api/v2/contacts-lists \
  --header 'Authorization: <api-key>'
{
  "contacts_lists": [
    {
      "account_id": "<string>",
      "company_linkedin_ids": [
        "<string>"
      ],
      "contacts_count": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "is_managed": true,
      "name": "<string>",
      "tags": [
        "<string>"
      ],
      "assignee": "<string>",
      "created_by_user_email": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Query Parameters

account_id
string

Target account UUID. Required for staff callers; ignored for customer API keys (they always read their own account).

Response

OK

contacts_lists
object[] | null
required