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

      Channels

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

      Request

      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/get-channels' \
      --header 'x-api-key: {your_api_key}'
      Response Response Example
      [
          {
              "id": 1,
              "created_at": 1716838537475,
              "title": "Example Channel",
              "users_id": 1,
              "lead_direction": "Incoming",
              "creator": 1,
              "partner_companies_id": 2,
              "_property_definitions": [
                  {
                      "id": 1,
                      "created_at": 1732103227721,
                      "name": "Business ID",
                      "channels_id": 1,
                      "type": "text",
                      "options": "",
                      "order": 1,
                      "visible": true
                  }
              ]
          }
      ]
      Modified at 2025-11-02 13:00:23
      Previous
      Create lead
      Next
      Create purchase
      Built with