List Lead Lists
Lead Lists
List Lead Lists
Retrieves all lead lists accessible to the authenticated user
GET
List Lead Lists
Retrieves a list of all lead lists that the currently authenticated user has access to. Lead lists are collections of leads (persons or companies) organized for sales prospecting campaigns.
Authentication
This endpoint requires authentication. The user must be signed in to access lead lists.Users can only see lead lists they have been granted access to via the
userIds field. Admin users can see all lead lists in the organization.Request
This endpoint does not require any query parameters or request body.Response
Returns an array of lead list objects.An array of lead list objects accessible to the user.
Response Examples
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | User is not authenticated. Ensure a valid session exists. |
| 500 | INTERNAL_ERROR | An unexpected server error occurred. |