Leads
Get Leads
GET
https://api.theairr.com/lead
This endpoint allows you to get information about all the Leads in Organization.
Headers
Name
Type
Description
X-API-KEY
string
API key for a particular Organization
{
"id": b8229d06-008d-4881-8732-0dd72901c34e,
"firstname": "Mike",
"lastname": "Smith",
"statusId": c193ce9d-6623-4c1e-a50d-85c8e056a206,
"statusName": "New",
"stageType": "In Progress",
"description": "The greatest potential investment ever",
"company": "ABC Robotics",
"amount": 1000000000,
"email": "[email protected]",
"website": "robotics.com"
"leadSourceNames": [
"Crunchbase", "John Doe", "Website"
]
}
Get Lead
GET
https://api.theairr.com/lead/:leadId
This endpoints allows you to get information about a particular Lead
Query Parameters
Name
Type
Description
leadId
string
ID of the Lead
Headers
Name
Type
Description
X-API-KEY
string
API key for a particular Organization
{
"id": b8229d06-008d-4881-8732-0dd72901c34e,
"firstname": "Mike",
"lastname": "Smith",
"statusId": c193ce9d-6623-4c1e-a50d-85c8e056a206,
"statusName": "New",
"stageType": "In Progress",
"description": "The greatest potential investment ever",
"company": "ABC Robotics",
"amount": 1000000000,
"email": "[email protected]",
"website": "robotics.com"
"leadSourceNames": [
"Crunchbase", "John Doe", "Website"
]
}
Last updated
Was this helpful?