Get or search for lead
GET
https://api.plusvibe.ai/api/v1/lead/get
Lead
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.plusvibe.ai/api/v1/lead/get?workspace_id&email' \
--header 'x-api-key;'
Response Response Example
200 - Example 1
{
"id": "65f3c92d3dbe5dbb35374a9a",
"timestamp_created": "2024-08-14T08:45:30Z",
"campaign": "65f3c92d3dbe5dbb35374a9b",
"status": "CONTACTED",
"contact": "lead@example.com",
"email_opened": true,
"email_replied": false,
"lead_data": {
"organization_id": "65f3c92d3dbe5dbb35374a9a",
"current_step": 3,
"next_email_time": "2024-08-13T14:30:00Z",
"email_account_id": "sender@account.com",
"label": "Interested",
"parent_camp_id": "65f3c92d3dbe5dbb35374a9a",
"parent_lead_id": "66b447598f6dd99f7f7b5c0a",
"is_email_verified": "VALID",
"last_sent_at": "2024-08-12T10:00:00Z",
"email": "lead@example.com",
"first_name": "John",
"last_name": "Doe",
"address_line": "123 Main St",
"city": "New York",
"country": "United States",
"country_code": "US",
"phone_number": "+1-555-555-5555",
"company_name": "Acme Corp",
"company_website": "https://www.plusvibe.ai",
"linkedin_person_url": "https://www.linkedin.com/in/johndoe",
"linkedin_company_url": "https://www.linkedin.com/company/plusvibeai"
},
"campaign_name": "Summer Promotion Campaign"
}
Request
Query Params
workspace_id
string
required
Default:
Example:
65f3c92d3dbe5dbb35374a9a
email
string <email>
required
Default:
Example:
lead@example.com
campaign_id
string
optional
Default:
Example:
66b447598f6dd99f7f7b5c0a
skip
integer
optional
>= 0
Default:
Example:
limit
integer
optional
>= 1<= 100
Default:
Example:
10
Header Params
x-api-key
string
required
Default:
Example:
your-api-key
Responses
Modified at 2025-05-24 05:40:10