Lists
Create a List
Creates a new list in the system.
POST
Authorizations
Your API key
Body
application/json
List object that needs to be added
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