Skip to main content
POST
/
v2
/
companies-lists
/
{listID}
Add companies to a list
curl --request POST \
  --url https://api.tamtam.ai/api/v2/companies-lists/{listID} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkedin_ids": [
    "<string>"
  ]
}
'
"<string>"

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Path Parameters

listID
string
required

Companies list UUID

Example:

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

Body

application/json
linkedin_ids
string[] | null

List of LinkedIn company IDs to add

Example:
["104924588"]

Response

OK

The response is of type string.