Lists
Update a List
Updates a list in the system.
PUT
Authorizations
Your API key
Path Parameters
ID of the list to update
Body
application/json
List object that needs to be updated
The name of the list
Example:
[
{
"name": "Pronto",
"country_code": "FR",
"domain": "prontohq.com",
"linkedin_url": "https://www.linkedin.com/company/prontohq"
},
{
"name": "Google",
"country_code": "US",
"domain": "google.com",
"linkedin_url": "https://www.linkedin.com/company/google"
}
]
URL to be notified when the list import is complete