GetListsForLead
## Gets Lists for a Lead
This endpoint retrieves the lists associated with a specific lead.
**Remark:** The response will include lead lists that match the provided lead details such as email, LinkedIn ID, or profile URL.
### Body Parameters
- **email** _(string, optional)_: The email address of the lead.
- **linkedinId** _(string, optional)_: The LinkedIn ID of the lead.
- **profileUrl** _(string, optiona;)_: The LinkedIn profile URL of the lead. For example: https://www.linkedin.com/in/john_doe/
- **offset** _(integer)_: The number of records to skip (for pagination).
- **limit** _(integer)_: The maximum number of records to return.
Headers
X-API-KEY
API key header using this scheme. Example: “X-API-KEY: {API_KEY}”
Request
This endpoint expects an object.
email
linkedinId
profileUrl
offset
limit
Response
OK
totalCount
items

