Last updated 2 months ago
GET /api:-rEW9niB/leads HTTP/1.1 Host: xjjl-fsea-0smf.f2.xano.io X-API-KEY: text Accept: */*
Success!
{ "lead": "text" }
Authentication: not required
POST /api:-rEW9niB/lead HTTP/1.1 Host: xjjl-fsea-0smf.f2.xano.io X-API-KEY: text Content-Type: application/json Accept: */* Content-Length: 237 { "email": "text", "first_name": "text", "last_name": "text", "phone": "text", "company_name": "text", "source": "text", "employee": "text", "channel_id": "123e4567-e89b-12d3-a456-426614174000", "properties": [ { "value": "text", "property_definition_id": 1 } ] }
{}
POST /api:-rEW9niB/update_status_id HTTP/1.1 Host: xjjl-fsea-0smf.f2.xano.io Content-Type: application/json Accept: */* Content-Length: 27 { "lead_id": 1, "status_id": 1 }