Keen
    Keen
    • Authentication
    • Leads
      GET
    • Create lead
      POST
    • Channels
      GET
    • Create purchase
      POST
    • Update lead status
      POST

      Create lead

      POST
      https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/lead

      Request

      Query Params

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/lead?email=&first_name=&last_name=&phone=&company_name=&source=&employee=&channel_id=&properties' \
      --header 'x-api-key: {your_api_key}'
      Response Response Example
      {
          "id": 1,
          "created_at": 1697068800000,
          "email": "jane@example.com",
          "first_name": "Jane",
          "last_name": "Doe",
          "phone": "+4512345678",
          "company_name": "Acme Inc.",
          "source": "Email Campaign",
          "employee": "John",
          "status": "New lead",
          "notes": "",
          "_properties": [
              {
                  "value": "text",
                  "property_definitions_id": 1,
                  "_property_name": {
                      "name": "text"
                  }
              }
          ]
      }
      Modified at 2025-11-02 12:39:08
      Previous
      Leads
      Next
      Channels
      Built with