Web To Lead
This guide explains how to set up WebToLead process and create leads in AIRR directly from your website/landing page.
Post Lead
POST
https://api.theairr.com/lead
This endpoint allows you to create new lead.
Headers
Name
Type
Description
X-API-KEY
string
API Key for a particular organisation
Request Body
Name
Type
Description
company.fundId
string
ID of the investment vehicle for which the lead is relevant
persons.firstName
string
First name of the submitting person
persons.lastName
string
Last name of the submitting person
company.email
string
Contact email
company.name
string
Name of the company
company.description
string
Description of the company
company.website
string
Website of the company
company.amount
string
Investment amount requested
Last updated