Get lead
GET/leads/:lead_id
Get lead
Request
Path Parameters
Query Parameters
Whether to include raw data fetched from the 3rd party provider.
Header Parameters
The customer ID that uniquely identifies the customer in your application
The provider name
Responses
- 200
Lead
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
addresses object[]required
Possible values: [primary
, mailing
, other
, billing
, shipping
]
converted_account object
addresses object[]required
Possible values: [primary
, mailing
, other
, billing
, shipping
]
phone_numbers object[]required
Possible values: [primary
, mobile
, fax
, other
]
Possible values: [subscriber
, lead
, marketingqualifiedlead
, salesqualifiedlead
, opportunity
, customer
, evangelist
, other
]
converted_contact object
addresses object[]required
Possible values: [primary
, mailing
, other
, billing
, shipping
]
email_addresses object[]required
Possible values: [primary
, work
, other
]
phone_numbers object[]required
Possible values: [primary
, mobile
, fax
, other
]
Possible values: [subscriber
, lead
, marketingqualifiedlead
, salesqualifiedlead
, opportunity
, customer
, evangelist
, other
]
raw_data object
email_addresses object[]
Possible values: [primary
, work
, other
]
phone_numbers object[]required
Possible values: [primary
, mobile
, fax
, other
]
{
"addresses": [
{
"address_type": "shipping",
"city": "San Francisco",
"country": "US",
"postal_code": "94107",
"state": "CA",
"street_1": "525 Brannan",
"street_2": null
}
],
"company": "Supaglue",
"converted_account_id": "88cc44ca-7a34-4e8b-b0da-51c3aae34daf",
"converted_account": {
"addresses": [
{
"address_type": "shipping",
"city": "San Francisco",
"country": "US",
"postal_code": "94107",
"state": "CA",
"street_1": "525 Brannan",
"street_2": null
}
],
"description": "Integration API",
"id": 1234,
"industry": "API's",
"last_activity_at": "2022-02-27T00:00:00Z",
"name": "Sample Customer",
"number_of_employees": 276000,
"owner_id": "d8ceb3ff-8b7f-4fa7-b8de-849292f6ca69",
"phone_numbers": [
{
"phone_number": "+14151234567",
"phone_number_type": "primary"
}
],
"lifecycle_stage": "subscriber",
"website": "https://supaglue.com/",
"created_at": "2022-02-27T00:00:00Z",
"updated_at": "2022-02-27T00:00:00Z",
"is_deleted": false,
"last_modified_at": "2022-02-27T00:00:00Z"
},
"converted_contact_id": "8c8de778-a219-4d6c-848c-1d57b52149f6",
"converted_contact": {
"account_id": "fd089246-09b1-4e3b-a60a-7a76314bbcce",
"owner_id": "23e640fe-6105-4a11-a636-3aa6b6c6e762",
"addresses": [
{
"address_type": "shipping",
"city": "San Francisco",
"country": "US",
"postal_code": "94107",
"state": "CA",
"street_1": "525 Brannan",
"street_2": null
}
],
"email_addresses": [
{
"email_address": "hello@supaglue.com",
"email_address_type": "work"
}
],
"first_name": "George",
"id": 54312,
"last_activity_at": "2022-02-27T00:00:00Z",
"last_name": "Xing",
"phone_numbers": [
{
"phone_number": "+14151234567",
"phone_number_type": "primary"
}
],
"lifecycle_stage": "subscriber",
"created_at": "2022-02-27T00:00:00Z",
"updated_at": "2022-02-27T00:00:00Z",
"is_deleted": false,
"last_modified_at": "2022-02-27T00:00:00Z",
"raw_data": {}
},
"converted_date": "2023-02-27T00:00:00Z",
"email_addresses": [
{
"email_address": "hello@supaglue.com",
"email_address_type": "work"
}
],
"first_name": "George",
"id": 54312,
"last_name": "Xing",
"lead_source": "API Blogger",
"owner_id": "62e5e0f7-becd-4ae2-be82-8b4e1d5ed8a2",
"phone_numbers": [
{
"phone_number": "+14151234567",
"phone_number_type": "primary"
}
],
"title": "Co-Founder",
"created_at": "2023-02-10T00:00:00Z",
"updated_at": "2023-02-10T00:00:00Z",
"is_deleted": false,
"last_modified_at": "2022-02-27T00:00:00Z"
}