Method:
POST
Endpoint:
https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/lead
Header:
X-Api-Key = [your api key]
Schema:
{
"email": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"company_name": "string",
"source": "string",
"employee": "string",
"channel_id": 0
"properties": [
{
"value": "string",
"property_definition_id": 0
}
]
}
{
"id": 0,
"created_at": "now",
"email": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"company_name": "string",
"source": "string",
"employee": "string",
"status": "New",
"channels_id": 0,
"properties": [
{
"value": "string",
"property_definitions_id": 0,
"_property_name": {
"name": "string"
}
}
]
}
Method:
GET
Endpoint:
https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/leads
Header:
X-Api-Key = [your api key]
Schema:
{
"channel_id": 0
}
{
"lead": [
{
"id": 0,
"created_at": "now",
"email": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"company_name": "string",
"source": "string",
"employee": "string",
"status": "New",
"notes": "string",
"channels_id": 0,
"_properties": [
{
"value": "string",
"property_definitions_id": 0,
"_property_name": {
"name": "string"
}
}
]
}
]
}
Method:
POST
Endpoint:
https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/update_status
Header:
X-Api-Key = [your api key]
Schema:
{
"lead_id": 0,
"status": "string"
}
{
"id": 0,
"email": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"company_name": "string",
"status": "string"
}