Create List
Lists
Create List
Create a new contact list
POST
Create List
Request
Headers
Body Parameters
List name (must be unique within your workspace)
Optional description of the list’s purpose
Response
The created list object
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing required field or duplicate name |
| 401 | invalid_key | Invalid API key |
| 403 | insufficient_permissions | Missing write permission |
| 429 | rate_limited | Rate limit exceeded |