Lists
v1
Create a List
Create a new list in the account.
:::info Requires the lists:write OAuth2 scope. :::
post/v1/lists
Query parameters
account_idstring required
The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.
Request body
Response
Success
Example response
{
"data": {
"type": "list",
"id": "company_123",
"attributes": {
"name": "US Prospects",
"scope": "company",
"created_at": "2024-12-10T15:57:25Z",
"updated_at": "2024-11-24T11:50:00Z"
},
"relationships": {
"created_by": {
"id": "12345"
}
}
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}