Add Contact to List
POST/v1/contacts/:id/lists/:listId
Adds an existing contact to the specified list. The contact also remains in any other lists it already belongs to. Use POST /v1/contacts (with listId) to create a brand-new contact.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Contact added to the list
Invalid request parameters
Invalid or missing API key
Contact or list not found
Internal server error