Skip to main content
POST
Add existing contacts to a list

Parámetros de ruta

list_id
integer
requerido

You need to include the ID for the list you're adding the contacts to.

Cuerpo

application/json
vids
integer[]

The contact IDs of the contacts that you're adding to the list. Up to 500 total contacts can be added in a single request.

emails
string[]

The email addresses of the contacts that you're adding to the list. Up to 500 total contacts can be added in a single request.

Respuesta

200 - application/json

Successful response with update results

updated
integer[]
discarded
integer[]
invalidVids
integer[]
invalidEmails
string[]
Última modificación el 3 de abril de 2026