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

      Leads

      GET
      https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/leads

      Request

      Query Params

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/leads?channel_id=uuid' \
      --header 'x-api-key: {your_api_key}'
      Response Response Example
      {
          "lead": [
              {
                  "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:03:21
      Previous
      Authentication
      Next
      Create lead
      Built with