cURL
curl --request POST \ --url https://api.air.ai/v1/leads \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "firstName": 123, "lastName": "<string>", "phone": "<string>", "email": "<string>", "listId": 123, "extraFields": "<any>" }'
{ "status": "OK" }
Creates a new Lead in a Contacts List