Leads

Get Leads

GET https://api.theairr.com/lead

This endpoint allows you to get information about all the Leads in Organization.

Headers

{
    "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": "abc@robotics.com",
    "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

Headers

{
    "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": "abc@robotics.com",
    "website": "robotics.com"
    "leadSourceNames": [
        "Crunchbase", "John Doe", "Website"
    ]
}

Last updated