cURL
curl --request GET \ --url https://public-api.lonescale.com/lists \ --header 'x-api-key: <api-key>'
{ "list": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "entity": "COMPANY", "description": "<string>", "organizationId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "hasNextPage": true, "total": 123 }
Retrieve a paginated list of imported lists for the authenticated user, optionally filtered by entity type.
Provide your API key in the x-api-key header.
Page number (10 items per page, starts at 0).
Filter lists by entity type.
COMPANY
PEOPLE
Paginated list of imported lists
Show child attributes