cURL
curl --request POST \ --url https://openapi.enginy.ai/v1/lists \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "type": "CONTACTS", "name": "<string>", "description": "<string>", "folderId": 123 } '
{ "status": "success", "message": "<string>", "data": { "id": 123, "name": "<string>", "description": "<string>", "type": "CONTACTS", "entitiesCount": 123, "createdBy": { "id": 123, "name": "<string>" }, "createdAt": "2023-12-25" } }
Create a new list for contacts or companies.
Required scope: ALL Rate limit: 30 requests per minute
Required scope: ALL
ALL
Rate limit: 30 requests per minute
Type of list to create (CONTACTS or COMPANIES).
CONTACTS
COMPANIES
Name of the list
1
Description of the list
Folder ID to place the list in
List created successfully
success
Show child attributes