cURL
curl --request GET \ --url https://api.bizzy.ai/v1/lists/{id} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 1357924680, "name": "Example List One", "type": "STATIC", "columns": [ "activities", "vatNumber", "country", "url", "socials" ], "shared": false, "notifications": { "enabled": true }, "amountOfCompanies": 15, "newResults": null, "updatedAt": "2024-11-18T10:30:00.000Z", "createdAt": "2024-10-20T08:45:00.000Z", "createdBy": "jane.doe@example.com" } ], }
STATIC
SMART
null
Was this page helpful?